From 91c1bf6075947633a10f0a1cfdd4e76267d13a30 Mon Sep 17 00:00:00 2001 From: rustagir Date: Tue, 19 Nov 2024 11:57:34 -0500 Subject: [PATCH] link --- docs/query-builder.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/query-builder.txt b/docs/query-builder.txt index 88ea5dc75..a00eddeea 100644 --- a/docs/query-builder.txt +++ b/docs/query-builder.txt @@ -106,7 +106,7 @@ a query: :end-before: end options The query builder accepts the same options that you can set for -the :phpmethod:`MongoDB\Collection::find()` method in the +the :phpmethod:`find() ` method in the {+php-library+}. Some of the options to modify query results, such as ``skip``, ``sort``, and ``limit``, are settable directly as query builder methods and are described in the