From cf8570f59dbf8d9f22fccfb944c45412d7e2dbb7 Mon Sep 17 00:00:00 2001 From: Gustavo Massaccesi Date: Thu, 6 May 2021 22:36:14 -0300 Subject: [PATCH] fix typo in base64.scrbl --- pkgs/net-doc/net/scribblings/base64.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/net-doc/net/scribblings/base64.scrbl b/pkgs/net-doc/net/scribblings/base64.scrbl index 31a2a582c1..3277f846eb 100644 --- a/pkgs/net-doc/net/scribblings/base64.scrbl +++ b/pkgs/net-doc/net/scribblings/base64.scrbl @@ -13,7 +13,7 @@ utilities for Base 64 (MIME-standard) encoding and decoding.} Consumes a byte string and returns its Base 64 encoding as a new byte string. The returned string is broken into 72-byte lines separated by @racket[newline], which defaults to a CRLF combination, and the -result always ends with a @racket[newline-bstr] unless the +result always ends with a @racket[newline] unless the input is empty. Although @racket[newline] is intended to be a byte string, it can be