mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user