Fix Typo in langref.html.in

This commit is contained in:
begly 2023-06-20 21:27:52 +03:00 committed by Veikka Tuominen
parent 9eb008717b
commit da1f457e3b

View File

@ -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#}