From 09cb1ac78597c3a40ee2ea1608f3fff59c60f3c7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 2 May 2020 00:46:51 +0300 Subject: [PATCH] doc cleanup... 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 6dce949..acea3b7 100755 --- a/README.md +++ b/README.md @@ -242,14 +242,14 @@ parentCall(, ) Mixin objects into a prototype chain ``` -mixin(, , ...) +mixin(, , ..) -> ``` Mixin contents of objects into one ``` -mixinFlat(, , ...) +mixinFlat(, , ..) -> ``` This is like `Object.assign(..)` but copies property objects rather than @@ -258,11 +258,11 @@ property values. Make a raw (un-initialized) instance ``` -makeRawInstance(, , ...) +makeRawInstance(, , ..) -> ``` -_EXPERIMENTAL: a shorthand to this is defined as `Constructor.__rawinstance__(context, ..)`_ +A shorthand to this is `Constructor.__rawinstance__(context, ..)`. Define an object constructor