Skip to content

Commit 5d8ab18

Browse files
committed
[ci skip] style
1 parent b1c0a10 commit 5d8ab18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/database/query_builder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ Class Reference
10901090
:param int $limit: The LIMIT clause
10911091
:param int $offset: The OFFSET clause
10921092
:param bool $returnSQL: If true, returns the generate SQL, otherwise executes the query.
1093-
:param bool $reset: Are we want to clear query builder values?
1093+
:param bool $reset: Do we want to clear query builder values?
10941094
:returns: \CodeIgniter\Database\ResultInterface instance (method chaining)
10951095
:rtype: \CodeIgniter\Database\ResultInterface
10961096

0 commit comments

Comments
 (0)