diff --git a/doc/langref.html.in b/doc/langref.html.in index 09f67a800b..c35e326254 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -299,7 +299,7 @@ pub fn main() -> %void {
  • Non-Ascii Unicode line endings: U+0085 (NEL), U+2028 (LS), U+2029 (PS).
  • 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. A non-empty zig source must end with the line terminator character.

    -

    For some discussion on the rationale behind these designe decisions, see issue #663

    +

    For some discussion on the rationale behind these design decisions, see issue #663

    Values

    const warn = @import("std").debug.warn;
     const os = @import("std").os;