We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c0a10 commit 5d8ab18Copy full SHA for 5d8ab18
user_guide_src/source/database/query_builder.rst
@@ -1090,7 +1090,7 @@ Class Reference
1090
:param int $limit: The LIMIT clause
1091
:param int $offset: The OFFSET clause
1092
: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?
+ :param bool $reset: Do we want to clear query builder values?
1094
:returns: \CodeIgniter\Database\ResultInterface instance (method chaining)
1095
:rtype: \CodeIgniter\Database\ResultInterface
1096
0 commit comments