Skip to content

Commit 8708c46

Browse files
kamil-tekielacmb69
andcommitted
Changed 'you' to formal style
Co-authored-by: Christoph M. Becker <[email protected]>
1 parent bd4da0f commit 8708c46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

reference/mysqli/mysqli/execute-query.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
</para>
4747
<note>
4848
<para>
49-
In the case where you pass a statement to
49+
In the case where a statement is passed to
5050
<function>mysqli_execute_query</function> that is longer than
5151
<literal>max_allowed_packet</literal> of the server, the returned
52-
error codes are different depending on whether you are using Windows or Linux.
52+
error codes are different depending on the operating system.
5353
The behavior is as follows:
5454
</para>
5555
<itemizedlist>

reference/mysqli/mysqli/query.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</para>
3535
<note>
3636
<para>
37-
In the case where you pass a statement to
37+
In the case where a statement is passed to
3838
<function>mysqli_query</function> that is longer than
3939
<literal>max_allowed_packet</literal> of the server, the returned
4040
error codes are different depending on whether you are using MySQL

reference/mysqli/mysqli_stmt/prepare.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</para>
3333
<note>
3434
<para>
35-
In the case where you pass a statement to
35+
In the case where a statement is passed to
3636
<function>mysqli_stmt_prepare</function> that is longer than
3737
<literal>max_allowed_packet</literal> of the server, the returned
3838
error codes are different depending on whether you are using MySQL

0 commit comments

Comments
 (0)