Skip to content

Commit

Permalink
observeChanges calls addedBefore, not addedAt
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt DeBergalis committed Feb 20, 2013
1 parent 5876bc6 commit f3c3d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ <h2 id="meteor_collection_cursor"><span>Cursors</span></h2>
`observeChanges` is significantly more efficient if you do not use
`addedBefore` or `movedBefore`.

Before `observeChanges` returns, `added` (or `addedAt`) will be called
Before `observeChanges` returns, `added` (or `addedBefore`) will be called
zero or more times to deliver the initial results of the query.

`observeChanges` returns a live query handle, which is an object with
Expand Down

0 comments on commit f3c3d5c

Please sign in to comment.