JS: typo fix

This commit is contained in:
Esben Sparre Andreasen
2020-03-18 10:11:38 +01:00
parent 12d8177b4b
commit b1a722fcda

View File

@@ -219,7 +219,7 @@ private module Mongoose {
abstract predicate returnsQuery();
/**
* Holds if this invocation returns a `Query` that evaluates to a one or
* Holds if this invocation returns a `Query` that evaluates to one or
* more Documents (`asArray` is false if it evaluates to a single
* Document).
*/