odbc-num-rows.xml: Replace literal with emphasis (GH-3869)

This commit is contained in:
Leonardo Lara Rodrigues
2024-10-14 14:47:44 -03:00
committed by GitHub
parent 2871f7103c
commit 932c4724c1

View File

@@ -14,7 +14,7 @@
<para>
Gets the number of rows in a result. For INSERT, UPDATE and DELETE
statements <function>odbc_num_rows</function> returns the number of rows
affected. For a SELECT clause this <literal>can</literal> be the number
affected. For a SELECT clause this <emphasis>can</emphasis> be the number
of rows available.
</para>
</refsect1>