diff --git a/doc/langref.html.in b/doc/langref.html.in index 7c184c8f36..392bfe2bbc 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -540,7 +540,7 @@ pub fn main() void { {#code_end#}
There are no multiline comments in Zig (e.g. like /* */
- comments in C). This helps allow Zig to have the property that each line
+ comments in C). This allows Zig to have the property that each line
of code can be tokenized out of context.