File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1083,7 +1083,7 @@ and ``imdb.votes`` fields in the matched document:
1083
1083
1084
1084
If you pass a field to the ``increment()`` or ``incrementEach()`` method that
1085
1085
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.
1087
1087
1088
1088
.. _laravel-mongodb-query-builder-decrement:
1089
1089
@@ -1118,7 +1118,7 @@ fields in the matched document:
1118
1118
1119
1119
If you pass a field to the ``decrement()`` or ``decrementEach()`` method that
1120
1120
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.
1122
1122
1123
1123
.. _laravel-mongodb-query-builder-push:
1124
1124
You can’t perform that action at this time.
0 commit comments