Skip to content

Commit caa4f6e

Browse files
committed
edit
1 parent 942dc13 commit caa4f6e

File tree

1 file changed

+1
-1
lines changed
  • source/fundamentals/crud/read-operations

1 file changed

+1
-1
lines changed

source/fundamentals/crud/read-operations/skip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Query Results Example
6464
~~~~~~~~~~~~~~~~~~~~~
6565

6666
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
67+
number of documents you want to skip using the ``skip()`` method. Then, pass
6868
your ``FindOptions`` struct as a parameter to the ``find()`` method.
6969

7070
This example runs a ``find()`` operation that performs the following actions:

0 commit comments

Comments
 (0)