docs: fix subs signature

This commit is contained in:
Yoshua Wuyts
2016-07-06 14:56:18 +02:00
parent e8b1dcff9f
commit 332706486f
+1 -1
View File
@@ -397,7 +397,7 @@ arguments:
Triggered by `actions`, can call `actions`. Signature of `(data, state, Triggered by `actions`, can call `actions`. Signature of `(data, state,
send, done)` send, done)`
- __subscriptions:__ asynchronous read-only operations that don't modify state - __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(actionName, data?)
Send a new action to the models with optional data attached. Namespaced models Send a new action to the models with optional data attached. Namespaced models