aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/langref.html.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in
index 0c8f9b0861..2de9db63d1 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -535,8 +535,8 @@ const Timestamp = struct {
{#header_close#}
{#header_open|Top-Level Doc Comments#}
<p>User documentation that doesn't belong to whatever
- immediately follows it, like container level documentation, goes
- in top level doc comments. A top level doc comment is one that
+ immediately follows it, like container-level documentation, goes
+ in top-level doc comments. A top-level doc comment is one that
begins with two slashes and an exclamation point:
{#syntax#}//!{#endsyntax#}.</p>
{#code_begin|syntax|tldoc_comments#}