From e84c55363e7da3727caee57c270ee2b8293e8fda Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 25 Apr 2020 02:11:23 +0300 Subject: [PATCH] minor fix to docs... Signed-off-by: Alex A. Naanou --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 60159a0..db457b7 100755 --- a/README.md +++ b/README.md @@ -59,10 +59,7 @@ c instanceof A // -> true ### Inheritance ```javascript // -// Base -// ^ -// | -// Item +// Base <--- Item // var Base = object.Constructor('Base', { proto_attr: 'prototype attr value',