Skip to content

Commit 2c31332

Browse files
committed
doc: adjust libpq wording to be neither/nor
Reported-by: postgresql@cohi.at Discussion: https://postgr.es/m/155419437926.737.10876947446993402227@wrigleys.postgresql.org Backpatch-through: 9.4
1 parent 99bbff5 commit 2c31332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3983,7 +3983,7 @@ char *PQescapeLiteral(PGconn *conn, const char *str, size_t length);
39833983
</tip>
39843984

39853985
<para>
3986-
Note that it is not necessary nor correct to do escaping when a data
3986+
Note that it is neither necessary nor correct to do escaping when a data
39873987
value is passed as a separate parameter in <function>PQexecParams</> or
39883988
its sibling routines.
39893989
</para>

0 commit comments

Comments
 (0)