mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-29 18:30:10 +00:00
typo fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
77c66ad69a
commit
04b933339b
@ -127,9 +127,9 @@ n
|
|||||||
non destructive manner (e.g. via a `throw`), all actions in a chain are
|
non destructive manner (e.g. via a `throw`), all actions in a chain are
|
||||||
guaranteed to be called, unless a fatal error condition.
|
guaranteed to be called, unless a fatal error condition.
|
||||||
- **No argument shadowing**
|
- **No argument shadowing**
|
||||||
The _extending_ has access to all the arguments that the user passed
|
The _extending_ action has access to all the arguments that the user
|
||||||
but can not modify or reformat them before the _extended_ action gets
|
passed but can not modify or reformat them before the _extended_ action
|
||||||
them.
|
gets them.
|
||||||
- **No return shadowing / Single return point**
|
- **No return shadowing / Single return point**
|
||||||
The _extending_ action can not replace the object returned by the
|
The _extending_ action can not replace the object returned by the
|
||||||
_extended_ action, though it can _cooperatively_ update/modify it if
|
_extended_ action, though it can _cooperatively_ update/modify it if
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user