tweaking docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-06 03:54:10 +03:00
parent 3b0dc683b5
commit fc756eb5f3

View File

@ -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.
</td>