Skip to content

Commit 52928b5

Browse files
committed
fix
1 parent 5a36a49 commit 52928b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/query-builder.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ the value of the ``title`` field is ``"Back to the Future"``:
188188

189189
.. note::
190190

191-
You can use the ``id`` alias in your queries to represent the
192-
``_id`` field in MongoDB documents, as shown in the preceding
191+
You can use the ``id`` alias in your queries to represent the
192+
``_id`` field in MongoDB documents, as shown in the preceding
193193
code. When you run a find operation using the query builder, {+odm-short+}
194-
automatically converts between ``id`` and ``_id``. Because of this behavior,
195-
you cannot have two separate ``id`` and ``_id`` fields in your documents.
194+
automatically converts between ``id`` and ``_id``. Because of this behavior,
195+
you cannot have two separate ``id`` and ``_id`` fields in your documents.
196196

197197
.. _laravel-query-builder-logical-and:
198198

0 commit comments

Comments
 (0)