From 6d74f6a509133222e9f152a8555da54ca2a7d1a4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 30 Apr 2020 02:29:15 +0300 Subject: [PATCH] fixed docs... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81d9338..9df5bf9 100755 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ parent(, ) _Edge case: The `parent(, ..)` has one potential pitfall -- in the rare case where a prototype chain contains two or more references to the same method under the same name, `parent(..)` can't distinguish -between these references and will always return the first one._ +between these references and will always return the second one._ Get parent method and call it