From 6cacfec04565dcc8667fd7d8e01dbd9164bb87c0 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:30:23 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- content/appendices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/appendices.md b/content/appendices.md index 0e87fe8b..68cec01f 100644 --- a/content/appendices.md +++ b/content/appendices.md @@ -51,7 +51,7 @@ interoperability. URL-safe unpadded Base64 is identical to standard unpadded Base64, except that it uses `-` (minus) as the 62nd character in the alphabet, and `_` (underscore) -as the 63rd. +as the 63rd. This matches [RFC4648’s definition of URL-safe base64](https://tools.ietf.org/html/rfc4648#section-5). ## Binary data