pgsql: doc: Improve wording for base64url definition

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Improve wording for base64url definition
Date: 2025-10-02 09:54:00
Message-ID: E1v4G0e-0015MR-1D@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)xs4all(dot)nl>
Discussion: https://postgr.es/m/81d6ab37-92dc-75c9-a649-4e1286a343ea@xs4all.nl

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/482bc0705d807a8cf4d959e9a42f179ff4b9b121

Modified Files
--------------
doc/src/sgml/func/func-binarystring.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2025-10-02 18:28:44 pgsql: Improve docs syntax checking
Previous Message Erik Rijkers 2025-10-02 09:35:23 Re: pgsql: Add support for base64url encoding and decoding