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