From: Peter Eisentraut Date: Fri, 18 Nov 2022 11:46:07 +0000 (+0100) Subject: doc: Small wording improvement X-Git-Tag: REL_16_BETA1~1289 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28d233c8e6e599dc4377dda75d97fce55a26fbc3;p=thirdparty%2Fpostgresql.git doc: Small wording improvement --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 3c9bd3d6730..f9558dec3b6 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -4033,7 +4033,7 @@ int PQnparams(const PGresult *res); This function is only useful when inspecting the result of - . For other types of queries it + . For other types of results it will return zero. @@ -4053,7 +4053,7 @@ Oid PQparamtype(const PGresult *res, int param_number); This function is only useful when inspecting the result of - . For other types of queries it + . For other types of results it will return zero.