Skip to content

Commit 6c956b0

Browse files
committed
docs: replace Mysql with MySQL
1 parent 5c86c5c commit 6c956b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/database/query_builder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ $builder->upsertBatch()
953953
Generates an upsert string based on the data you supply, and runs the
954954
query. You can either pass an **array** or an **object** to the
955955
method. By default a constraint will be defined in order. A primary
956-
key will be selected first and then unique keys. Mysql will use any
956+
key will be selected first and then unique keys. MySQL will use any
957957
constraint by default. Here is an example using an array:
958958

959959
.. literalinclude:: query_builder/108.php

0 commit comments

Comments
 (0)