Skip to content

Commit 74e58d1

Browse files
committed
edits
1 parent a1fd9d2 commit 74e58d1

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
@@ -1083,7 +1083,7 @@ and ``imdb.votes`` fields in the matched document:
10831083

10841084
If you pass a field to the ``increment()`` or ``incrementEach()`` method that
10851085
has no value or doesn't exist in the matched documents, these methods initialize
1086-
the specified field with the increment value.
1086+
the specified field to the increment value.
10871087

10881088
.. _laravel-mongodb-query-builder-decrement:
10891089

@@ -1118,7 +1118,7 @@ fields in the matched document:
11181118

11191119
If you pass a field to the ``decrement()`` or ``decrementEach()`` method that
11201120
has no value or doesn't exist in the matched documents, these methods initialize
1121-
the specified field with the decrement value.
1121+
the specified field to the decrement value.
11221122

11231123
.. _laravel-mongodb-query-builder-push:
11241124

0 commit comments

Comments
 (0)