docs: fix subs signature

This commit is contained in:
Yoshua Wuyts
2016-07-15 09:22:25 -04:00
committed by Juan Soto
parent b22c0d4681
commit 3470968659
+1 -1
View File
@@ -397,7 +397,7 @@ arguments:
Triggered by `actions`, can call `actions`. Signature of `(data, state,
send, done)`
- __subscriptions:__ asynchronous read-only operations that don't modify state
directly. Can call `actions`. Signature of `(state, send, done)`.
directly. Can call `actions`. Signature of `(send, done)`.
#### send(actionName, data?)
Send a new action to the models with optional data attached. Namespaced models