Skip to content

Commit 265bcc9

Browse files
committed
edits
1 parent a211035 commit 265bcc9

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Sample Data for Examples
2929
The examples in this guide use the following ``Book`` struct as a model for
3030
documents in the ``books`` collection:
3131

32-
.. literalinclude:: /includes/fundamentals/code-snippets/crud/sort.rs
32+
.. literalinclude:: /includes/fundamentals/code-snippets/crud/skip.rs
3333
:start-after: start-book-struct
3434
:end-before: end-book-struct
3535
:language: rust
@@ -38,7 +38,7 @@ documents in the ``books`` collection:
3838
The following code shows how to insert sample data into the ``books``
3939
collection:
4040

41-
.. literalinclude:: /includes/fundamentals/code-snippets/crud/sort.rs
41+
.. literalinclude:: /includes/fundamentals/code-snippets/crud/skip.rs
4242
:start-after: start-sample-data
4343
:end-before: end-sample-data
4444
:language: rust

0 commit comments

Comments
 (0)