zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit fcc0728a35fe602ff8ad8c28370e901231550dea (tree)
parent 34a22a85ca8d4371fe9b8f921cce858ab4351cca
Author: Nicholas Walton <UltimaN3rd@gmail.com>
Date:   Tue, 11 Jun 2019 13:31:03 -0500

Update langref.html.in

Missing an "it"
Diffstat:
Mdoc/langref.html.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -266,7 +266,7 @@ const Timestamp = struct { {#code_end#} <p> Doc comments are only allowed in certain places; eventually, it will - become a compile error have a doc comment in an unexpected place, such as + become a compile error to have a doc comment in an unexpected place, such as in the middle of an expression, or just before a non-doc comment. </p> {#header_close#}