From 80ac1dd717e0720ba08c1133f07ed762f45f526d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 30 Apr 2020 02:28:08 +0300 Subject: [PATCH] updated docs... Signed-off-by: Alex A. Naanou --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a84b53..81d9338 100755 --- a/README.md +++ b/README.md @@ -212,10 +212,10 @@ parent(, ) -> undefined ``` -_Edge case: The `parent(, ..)` has one flaw -- 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._ +_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._ Get parent method and call it