From 87a397ab0c7d1d355ce512f97ddf13d066afb9e1 Mon Sep 17 00:00:00 2001 From: Niles Salter Date: Sun, 22 Oct 2023 23:43:48 -0600 Subject: [PATCH] Fix typo in docs --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index 6ee5d77ecb..0a4d54b05f 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -11811,7 +11811,7 @@ fn readU32Be() u32 {}

Each LF may be immediately preceded by a single CR (byte value 0x0d, code point U+000d, {#syntax#}'\r'{#endsyntax#}) - to form a Windows style line ending, but this is discouraged. Note that in mulitline strings, CRLF sequences will + to form a Windows style line ending, but this is discouraged. Note that in multiline strings, CRLF sequences will be encoded as LF when compiled into a zig program. A CR in any other context is not allowed.