mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +03:00
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
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user