Skip to content

Commit 28d233c

Browse files
committed
doc: Small wording improvement
1 parent 910cab8 commit 28d233c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/libpq.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4033,7 +4033,7 @@ int PQnparams(const PGresult *res);
40334033

40344034
<para>
40354035
This function is only useful when inspecting the result of
4036-
<xref linkend="libpq-PQdescribePrepared"/>. For other types of queries it
4036+
<xref linkend="libpq-PQdescribePrepared"/>. For other types of results it
40374037
will return zero.
40384038
</para>
40394039
</listitem>
@@ -4053,7 +4053,7 @@ Oid PQparamtype(const PGresult *res, int param_number);
40534053

40544054
<para>
40554055
This function is only useful when inspecting the result of
4056-
<xref linkend="libpq-PQdescribePrepared"/>. For other types of queries it
4056+
<xref linkend="libpq-PQdescribePrepared"/>. For other types of results it
40574057
will return zero.
40584058
</para>
40594059
</listitem>

0 commit comments

Comments
 (0)