mirror of
https://github.com/ziglang/zig.git
synced 2024-11-14 16:13:24 +00:00
Fix Typo in langref.html.in
This commit is contained in:
parent
9eb008717b
commit
da1f457e3b
@ -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#}
|
||||
|
Loading…
Reference in New Issue
Block a user