Skip to content

Commit c5dbb4c

Browse files
committed
fix error
1 parent 33e2cce commit c5dbb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/query-builder.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ a query:
631631
:end-before: end options
632632

633633
The query builder accepts the same options that you can set for
634-
the :phpmethod:`find() <phpmethod.MongoDB\\Collection::find()>` method in the
634+
the :phpmethod:`MongoDB\Collection::find()` method in the
635635
{+php-library+}. Some of the options to modify query results, such as
636636
``skip``, ``sort``, and ``limit``, are settable directly as query
637637
builder methods and are described in the

0 commit comments

Comments
 (0)