Skip to content

Commit 7dd006f

Browse files
committed
wip
1 parent e21950b commit 7dd006f

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
@@ -384,8 +384,8 @@ wildcard characters:
384384
whereLike() and whereNotLike() Methods
385385
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
386386

387-
You can perform queries to match string patterns by using the
388-
following methods:
387+
The following methods provide the same functionality as using the
388+
``like`` query operator to match patterns:
389389

390390
- ``whereLike()``: Matches a specified pattern. By default, this method
391391
performs a case-insensitive match. You can enable case-sensitivity by

0 commit comments

Comments
 (0)