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 {
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
const warn = @import("std").debug.warn;
const os = @import("std").os;