aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWill Hawkins <whh8b@obs.cr>2022-08-23 01:31:14 -0400
committerVeikka Tuominen <git@vexu.eu>2022-08-24 20:00:46 +0300
commit5fd5950c9277d5d0bb52e5968dc7d020dbcdd3d8 (patch)
tree1b9b2d10f6b5e24273e0accad4768cc51008d462 /doc
parent5696cc8ab65370e3c8d63a7d26fd5346db9cc25f (diff)
downloadzig-5fd5950c9277d5d0bb52e5968dc7d020dbcdd3d8.tar.gz
zig-5fd5950c9277d5d0bb52e5968dc7d020dbcdd3d8.zip
Doc: Add hyphenation for top-level doc
Diffstat (limited to 'doc')
-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#}