Skip to content

Commit 726078e

Browse files
authored
missed change in query builder doc
1 parent 83a7023 commit 726078e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/query-builder.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ lets you perform database operations. Facades, which are static interfaces to
3636
classes, make the syntax more concise, avoid runtime errors, and improve
3737
testability.
3838

39-
{+odm-short+} aliases the ``DB`` method ``table()`` as the ``collection()``
40-
method. Chain methods to specify commands and any constraints. Then, chain
39+
{+odm-short+} provides the ``DB`` method ``table()`` to access a collection.
40+
Chain methods to specify commands and any constraints. Then, chain
4141
the ``get()`` method at the end to run the methods and retrieve the results.
4242
The following example shows the syntax of a query builder call:
4343

0 commit comments

Comments
 (0)