Skip to content

Commit fd65d4b

Browse files
committed
fix: text decoration
1 parent 7a0d911 commit fd65d4b

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
@@ -1621,7 +1621,7 @@ Class Reference
16211621
.. note:: Since v4.3.0, the types of the parameters ``$set`` and ``$constraints`` have changed.
16221622

16231623
Compiles and executes batch ``UPDATE`` statements.
1624-
The ``$constraints`` parameter takes a comma delimited string of columns, an array, an associative array, or RawSql.
1624+
The ``$constraints`` parameter takes a comma delimited string of columns, an array, an associative array, or ``RawSql``.
16251625

16261626
.. note:: When more than ``$batchSize`` field/value pairs are provided,
16271627
multiple queries will be executed, each handling up to ``$batchSize``

0 commit comments

Comments
 (0)