We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46bd0d9 commit 4c208b6Copy full SHA for 4c208b6
source/crud/query/find.txt
@@ -159,7 +159,7 @@ modifying queries:
159
if no matching documents exist.
160
161
* - ``firstOrNull()``
162
- - | Returns the first document that matches the query or null if no matching documents exist.
+ - | Returns the first document that matches the query or ``null`` if no matching documents exist.
163
164
* - ``hint()``
165
- | Specifies the index to use for the query.
0 commit comments