Skip to content

Commit eb5f12a

Browse files
committed
feedback
1 parent 0cd29a9 commit eb5f12a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/query-builder.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Match Dates Example
351351
The following example shows how to use the ``where()``
352352
query builder method to retrieve documents from the
353353
``movies`` collection in which the ``released`` value
354-
is ``2010, 1, 15, 0, 0, 0``, specified in a ``Carbon`` object:
354+
is January 15, 2010, specified in a ``Carbon`` object:
355355

356356
.. literalinclude:: /includes/query-builder/QueryBuilderTest.php
357357
:language: php

docs/upgrade.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This library version introduces the following breaking changes:
8787
filters to the ``where()`` method or as data passed to the ``insert()`` and
8888
``update()`` methods.
8989

90-
For an example that passes a ``Carbon`` object to the
90+
To view an example that passes a ``Carbon`` object to the
9191
``DB::where()`` method, see the :ref:`laravel-query-builder-wheredate`
9292
section of the Query Builder guide.
9393

0 commit comments

Comments
 (0)