File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/fundamentals/crud/read-operations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Sample Data for Examples
2929The examples in this guide use the following ``Book`` struct as a model for
3030documents 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:
3838The following code shows how to insert sample data into the ``books``
3939collection:
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
You can’t perform that action at this time.
0 commit comments