Skip to content

Commit 2dab717

Browse files
npentrelandf-mongodb
authored andcommitted
Fix typo
1 parent 010a170 commit 2dab717

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/reference/command/collMod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Document Validation
156156
The ``validator`` option takes a document that specifies the
157157
validation rules or expressions. You can specify the expressions
158158
using the same operators as the :ref:`query operators
159-
<query-selectors>` with the exception of : :query:`$geoNear`,
159+
<query-selectors>` with the exception of :pipeline:`$geoNear`,
160160
:query:`$near`, :query:`$nearSphere`, :query:`$text`, and
161161
:query:`$where`.
162162

source/reference/command/create.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Definition
159159
The ``validator`` option takes a document that specifies the
160160
validation rules or expressions. You can specify the expressions using
161161
the same operators as the :ref:`query operators <query-selectors>`
162-
with the exception of :query:`$geoNear`, :query:`$near`,
162+
with the exception of :pipeline:`$geoNear`, :query:`$near`,
163163
:query:`$nearSphere`, :query:`$text`, and :query:`$where`.
164164

165165
.. note::

source/reference/method/db.createCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Definition
187187
The ``validator`` option takes a document that specifies the
188188
validation rules or expressions. You can specify the expressions using
189189
the same operators as the :ref:`query operators <query-selectors>`
190-
with the exception of :query:`$geoNear`, :query:`$near`,
190+
with the exception of :pipeline:`$geoNear`, :query:`$near`,
191191
:query:`$nearSphere`, :query:`$text`, and :query:`$where`.
192192

193193
.. note::

0 commit comments

Comments
 (0)