diff --git a/doc/langref.html.in b/doc/langref.html.in index 9ccf44c053..2623a9d467 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -266,7 +266,7 @@ const Timestamp = struct { {#code_end#}

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.

{#header_close#}