minor fix..

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-24 03:18:07 +03:00
parent e835591911
commit 398ee7431d

View File

@ -117,7 +117,7 @@ n
The return value will get passed through all the actions in a chain
before returning to the action caller.
- **Return `this` by default**
- **Organise reuse actions**
- **Organise reuse actions**
Actions organized into action sets can be reused (_mixed-in_) in multiple
inheritance chains without any extra work.
- **Unified way to document actions**