mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +00:00
Fix typo in docs
This commit is contained in:
parent
94d61ce964
commit
87a397ab0c
@ -11811,7 +11811,7 @@ fn readU32Be() u32 {}
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Each LF may be immediately preceded by a single CR (byte value 0x0d, code point U+000d, {#syntax#}'\r'{#endsyntax#})
|
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.
|
be encoded as LF when compiled into a zig program.
|
||||||
A CR in any other context is not allowed.
|
A CR in any other context is not allowed.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user