diff --git a/doc/langref.html.in b/doc/langref.html.in index 9ccf44c05301e30ebd5b8e13cfdf65b0f59f8c9e..2623a9d467bab4c7c64b9b06e6fefdcdbdae196e 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#}