Commit da1f457e3b

begly <136300519+begly@users.noreply.github.com>
2023-06-20 20:27:52
Fix Typo in langref.html.in
1 parent 9eb0087
Changed files (1)
doc/langref.html.in
@@ -540,7 +540,7 @@ pub fn main() void {
       {#code_end#}
       <p>
       There are no multiline comments in Zig (e.g. like <code class="c">/* */</code>
-      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.
       </p>
       {#header_open|Doc Comments#}