authorgravatar for 136300519+begly@users.noreply.github.combegly <136300519+begly@users.noreply.github.com> 2023-06-20 21:27:52+03:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2023-06-20 11:51:11-07:00
logda1f457e3b602aa5ad617058ae7c4848ea1c825b
tree324b33030e18c909b8fc899795def0cb4b6b712b
parent9eb008717b2786e885f4110503dc461d0bf2e682

Fix Typo in langref.html.in


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
......@@ -540,7 +540,7 @@ pub fn main() void {
540540 {#code_end#}
541541 <p>
542542 There are no multiline comments in Zig (e.g. like <code class="c">/* */</code>
543 comments in C). This helps allow Zig to have the property that each line
543 comments in C). This allows Zig to have the property that each line
544544 of code can be tokenized out of context.
545545 </p>
546546 {#header_open|Doc Comments#}