Skip to content

Commit

Permalink
Correct spec for nosub.error. Fixes meteor#1142.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt DeBergalis committed Nov 5, 2013
1 parent 47e6f5e commit f0103b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/livedata/DDP.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ the server having been upgraded.
- `id`: string (the id passed to 'sub')
* `nosub` (server -> client):
- `id`: string (the id passed to 'sub')
* `error`: optional Error (an error raised by the subscription as it
- `error`: optional Error (an error raised by the subscription as it
concludes, or sub-not-found)
* `added` (server -> client):
- `collection`: string (collection name)
Expand Down

0 comments on commit f0103b3

Please sign in to comment.