Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava committed Feb 26, 2014
1 parent 4b955b5 commit afc58bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mongo-livedata/oplog_observe_driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ OplogObserveDriver.cursorSupported = function (cursorDescription, matcher) {
// skip is not supported: to support it we would need to keep track of all
// "skipped" documents or at least their ids.
// limit w/o a sort specifier is not supported: current implementation needs a
// determent way to order documents.
// deterministic way to order documents.
if (options.skip || (options.limit && !options.sort)) return false;

// If a fields projection option is given check if it is supported by
Expand Down

0 comments on commit afc58bc

Please sign in to comment.