authorgravatar for UltimaN3rd@gmail.comNicholas Walton <UltimaN3rd@gmail.com> 2019-06-11 13:31:03-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-06-11 14:37:15-04:00
logfcc0728a35fe602ff8ad8c28370e901231550dea
treedeb1e0da899c241813cebd91dafaa8f33f01b58d
parent34a22a85ca8d4371fe9b8f921cce858ab4351cca

Update langref.html.in

Missing an "it"

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

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