Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 664c146

Browse files
committed
change wording
1 parent 074fc97 commit 664c146

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

source/reference/collection-level-filtering.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Filters have the following syntax:
8585
}
8686
]
8787

88-
To learn more about syntax for ``regex-pattern`` and options for regular
88+
To learn more about syntax for ``pattern`` and ``options`` for regular
8989
expression filtering, see :ref:`c2c-filter-regex`.
9090

9191
Filters must include either the ``database`` field or the ``databaseRegex`` field.

source/reference/collection-level-filtering/filter-regex.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ you can use regular expressions:
3636
}
3737
}
3838

39-
The regular express pattern you pass into a filter must follow the :query:`regular
40-
expression <$regex>` syntax supported by the MongoDB server.
39+
The regular express pattern you pass into a filter must follow the :query:`regex <$regex>` syntax supported by the MongoDB server.
4140

4241
The following ``options`` are available for use with regular
4342
expressions:

0 commit comments

Comments
 (0)