authorgravatar for Validark@pm.meNiles Salter <Validark@pm.me> 2023-10-22 23:43:48-06:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2023-10-23 12:30:37+03:00
log87a397ab0c7d1d355ce512f97ddf13d066afb9e1
tree088b934cacd2a25f924f001bb9909bdf5ac0496b
parent94d61ce964cd23fcf46dabeddc19837b4dd3209f

Fix typo in docs


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
......@@ -11811,7 +11811,7 @@ fn readU32Be() u32 {}
1181111811 </p>
1181211812 <p>
1181311813 Each LF may be immediately preceded by a single CR (byte value 0x0d, code point U+000d, {#syntax#}'\r'{#endsyntax#})
11814 to form a Windows style line ending, but this is discouraged. Note that in mulitline strings, CRLF sequences will
11814 to form a Windows style line ending, but this is discouraged. Note that in multiline strings, CRLF sequences will
1181511815 be encoded as LF when compiled into a zig program.
1181611816 A CR in any other context is not allowed.
1181711817 </p>