diff --git a/doc/langref.html.in b/doc/langref.html.in index a28e0f5dfa..2a323d5539 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -10062,7 +10062,7 @@ fn readU32Be() u32 {}
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).
+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).
For some discussion on the rationale behind these design decisions, see issue #663
{#header_close#}