doc: Improve wording for base64url definition
authorDaniel Gustafsson <[email protected]>
Thu, 2 Oct 2025 09:47:46 +0000 (11:47 +0200)
committerDaniel Gustafsson <[email protected]>
Thu, 2 Oct 2025 09:47:46 +0000 (11:47 +0200)
This sentence should be "the alphabet uses" due to it referring to
multiple cases of use.

Reported-by: Erik Rijkers <[email protected]>
Discussion: https://postgr.es/m/81d6ab37-92dc-75c9-a649-4e1286a343ea@xs4all.nl

doc/src/sgml/func/func-binarystring.sgml

index 9bab965f288a6733427c8ee271d851ca77aefd84..dd7037811afe2dbeff7b360b18031ba2b8b91ad7 100644 (file)
        <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>