From da1f457e3b602aa5ad617058ae7c4848ea1c825b Mon Sep 17 00:00:00 2001 From: begly <136300519+begly@users.noreply.github.com> Date: Tue, 20 Jun 2023 21:27:52 +0300 Subject: [PATCH] Fix Typo in langref.html.in --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.