Skip to content

Commit f4daf89

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 3105844 commit f4daf89

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
@@ -3578,7 +3578,7 @@ char *PQescapeLiteral(PGconn *conn, const char *str, size_t length);
35783578
</tip>
35793579

35803580
<para>
3581-
Note that it is not necessary nor correct to do escaping when a data
3581+
Note that it is neither necessary nor correct to do escaping when a data
35823582
value is passed as a separate parameter in <function>PQexecParams</> or
35833583
its sibling routines.
35843584
</para>

0 commit comments

Comments
 (0)