We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942dc13 commit caa4f6eCopy full SHA for caa4f6e
source/fundamentals/crud/read-operations/skip.txt
@@ -64,7 +64,7 @@ Query Results Example
64
~~~~~~~~~~~~~~~~~~~~~
65
66
To skip documents, you can initialize a ``FindOptions`` instance and specify the
67
-number of documents you want to skip using the ``skip()`` option. Then, pass
+number of documents you want to skip using the ``skip()`` method. Then, pass
68
your ``FindOptions`` struct as a parameter to the ``find()`` method.
69
70
This example runs a ``find()`` operation that performs the following actions:
0 commit comments