From 482bc0705d807a8cf4d959e9a42f179ff4b9b121 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 2 Oct 2025 11:47:46 +0200 Subject: 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 Discussion: https://postgr.es/m/81d6ab37-92dc-75c9-a649-4e1286a343ea@xs4all.nl --- doc/src/sgml/func/func-binarystring.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') 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 @@ RFC 4648 Section 5, a base64 variant safe to use in filenames and URLs. The base64url alphabet - use '-' instead of '+' and + uses '-' instead of '+' and '_' instead of '/' and also omits the '=' padding character. -- cgit v1.2.3