minor doc fixes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-09-13 01:39:45 +03:00
parent 21ef1e0351
commit eb47c47c06

View File

@ -141,8 +141,8 @@ n
are ignored
- **No state transferred via mixin**
The only two things _inherited_ from the object defining the actions
via the mixin methods or `mix` function are properties and actions,
all data, including normal methods is discarded.
via the mixin methods or `mix` function are properties and methods/actions,
all data is discarded.
**Notes:**