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

Commit 5c92b08

Browse files
committed
info
1 parent b0dae5b commit 5c92b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The regular expression pattern you pass into a filter must follow the :query:`re
4040

4141
Regular expressions in filter documents use ``options`` listed in the :query:`regex
4242
<$regex>` guide. ``options`` is a string of concatenated options. For example, to specify
43-
the ``i`` and ``s`` options, pass in "si" to ``options``. The order of concatenated
43+
the ``i`` and ``s`` options, pass in ``"si"`` to ``options``. The order of concatenated
4444
options does not matter.
4545

4646
.. list-table::

0 commit comments

Comments
 (0)