@@ -21,7 +21,7 @@ Examples
2121
2222These examples use the following ``Restaurant`` class as a model:
2323
24- .. literalinclude:: ../includes/code-examples/FindManySync .cs
24+ .. literalinclude:: ../includes/code-examples/FindMany .cs
2525 :start-after: start-model
2626 :end-before: end-model
2727 :language: csharp
@@ -55,7 +55,7 @@ These examples use the following ``Restaurant`` class as a model:
5555 The following example uses builders to synchronously find documents in
5656 the ``restaurants`` collection with the ``cuisine`` "Pizza".
5757
58- .. literalinclude:: ../includes/code-examples/FindManySync .cs
58+ .. literalinclude:: ../includes/code-examples/FindMany .cs
5959 :start-after: start-find-builders-sync
6060 :end-before: end-find-builders-sync
6161 :language: csharp
@@ -87,7 +87,7 @@ These examples use the following ``Restaurant`` class as a model:
8787 The following example uses LINQ to synchronously find documents in the
8888 ``restaurants`` collection with the ``cuisine`` "Pizza".
8989
90- .. literalinclude:: ../includes/code-examples/FindManySync .cs
90+ .. literalinclude:: ../includes/code-examples/FindMany .cs
9191 :start-after: start-find-linq-sync
9292 :end-before: end-find-linq-sync
9393 :language: csharp
@@ -118,7 +118,7 @@ Find All Documents
118118 The following example synchronously finds all documents in the
119119 ``restaurants`` collection.
120120
121- .. literalinclude:: ../includes/code-examples/FindManySync .cs
121+ .. literalinclude:: ../includes/code-examples/FindMany .cs
122122 :start-after: start-find-all-sync
123123 :end-before: end-find-all-sync
124124 :language: csharp
@@ -128,7 +128,7 @@ Find All Documents
128128Expected Result
129129~~~~~~~~~~~~~~~
130130
131- Running the :ref:`full example <find-runnable-example>` returns
131+ Running the :ref:`full example <find-many- runnable-example>` returns
132132the following results:
133133
134134.. code-block:: none
@@ -156,7 +156,7 @@ Additional Information
156156For a fully runnable example of the ``Find`` operations on this page, see the following:
157157
158158- `Async Find Multiple Example <{+example+}/FindManyAsync.cs>`__
159- - `Synchronous Find Multiple Example <{+example+}/FindManySync .cs>`__
159+ - `Synchronous Find Multiple Example <{+example+}/FindMany .cs>`__
160160
161161.. TODO: Add links to references once pages are done
162162
0 commit comments