authorgravatar for matt.j.keeter@gmail.comMatt Keeter <matt.j.keeter@gmail.com> 2019-10-06 17:00:53-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-10-07 02:03:57-04:00
loge706cc24f057fe81beef207254b9d77fff21b644
tree9ae91e52be14bd34d51f5c874fde4265682b2918
parent8e2c441b2eae7af27fe311c4539f6932a7f47cea

Fix typo in docs


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

doc/langref.html.in+1-1
...@@ -10062,7 +10062,7 @@ fn readU32Be() u32 {}...@@ -10062,7 +10062,7 @@ fn readU32Be() u32 {}
10062 <li>Ascii control characters, except for U+000a (LF): U+0000 - U+0009, U+000b - U+0001f, U+007f. (Note that Windows line endings (CRLF) are not allowed, and hard tabs are not allowed.)</li>10062 <li>Ascii control characters, except for U+000a (LF): U+0000 - U+0009, U+000b - U+0001f, U+007f. (Note that Windows line endings (CRLF) are not allowed, and hard tabs are not allowed.)</li>
10063 <li>Non-Ascii Unicode line endings: U+0085 (NEL), U+2028 (LS), U+2029 (PS).</li>10063 <li>Non-Ascii Unicode line endings: U+0085 (NEL), U+2028 (LS), U+2029 (PS).</li>
10064 </ul>10064 </ul>
10065 <p>The codepoint U+000a (LF) (which is encoded as the single-byte value 0x0a) is the line terminator character. This character always terminates a line of zig source code (except possbly the last line of the file).</p>10065 <p>The codepoint U+000a (LF) (which is encoded as the single-byte value 0x0a) is the line terminator character. This character always terminates a line of zig source code (except possibly the last line of the file).</p>
10066 <p>For some discussion on the rationale behind these design decisions, see <a href="https://github.com/ziglang/zig/issues/663">issue #663</a></p>10066 <p>For some discussion on the rationale behind these design decisions, see <a href="https://github.com/ziglang/zig/issues/663">issue #663</a></p>
10067 {#header_close#}10067 {#header_close#}
1006810068