From fc756eb5f346c870465bec7c8ae50492121b08b4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 6 May 2020 03:54:10 +0300 Subject: [PATCH] tweaking 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 6c70e40..1ef98be 100755 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ var L = object.Constructor('L', Array, { - Clear separation of constructor and `.prototype` data: - First block (optional) is merged with `L`, - - Second block _is_ the `.prototype`, + - Second block _is_ the `L.prototype`, - no direct way to do "private" definitions.