| author | |
| committer | |
| log | da1f457e3b602aa5ad617058ae7c4848ea1c825b |
| tree | 324b33030e18c909b8fc899795def0cb4b6b712b |
| parent | 9eb008717b2786e885f4110503dc461d0bf2e682 |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | ... | @@ -540,7 +540,7 @@ pub fn main() void { |
| 540 | 540 | {#code_end#} |
| 541 | 541 | <p> |
| 542 | 542 | 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 | |
| 544 | 544 | of code can be tokenized out of context. |
| 545 | 545 | </p> |
| 546 | 546 | {#header_open|Doc Comments#} |