mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-16 21:07:48 +02:00
Apply suggestions from code review
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
e3f6bc4feb
commit
6cacfec045
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue