summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2025-10-02 11:47:46 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2025-10-02 11:47:46 +0200
commit482bc0705d807a8cf4d959e9a42f179ff4b9b121 (patch)
tree6d99d5fe468d4b17abea3c6cbc5a891f958a31f6 /doc/src
parent3f431109dc634918f4a216963c789e842a70ea65 (diff)
doc: Improve wording for base64url definition
This sentence should be "the alphabet uses" due to it referring to multiple cases of use. Reported-by: Erik Rijkers <er@xs4all.nl> Discussion: https://postgr.es/m/81d6ab37-92dc-75c9-a649-4e1286a343ea@xs4all.nl
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func/func-binarystring.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func/func-binarystring.sgml b/doc/src/sgml/func/func-binarystring.sgml
index 9bab965f288..dd7037811af 100644
--- a/doc/src/sgml/func/func-binarystring.sgml
+++ b/doc/src/sgml/func/func-binarystring.sgml
@@ -797,7 +797,7 @@
<ulink url="https://datatracker.ietf.org/doc/html/rfc4648#section-5">
RFC 4648 Section 5</ulink>, a <literal>base64</literal> variant safe to
use in filenames and URLs. The <literal>base64url</literal> alphabet
- use <literal>'-'</literal> instead of <literal>'+'</literal> and
+ uses <literal>'-'</literal> instead of <literal>'+'</literal> and
<literal>'_'</literal> instead of <literal>'/'</literal> and also omits
the <literal>'='</literal> padding character.
</para>