aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/langref.html.in')
-rw-r--r--doc/langref.html.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in
index 4a927ed17d..08fa59746d 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -2305,7 +2305,7 @@ comptime {
assert(message.len == 5);
}
-// A string literal is a single-item pointer to an array literal.
+// A string literal is a single-item pointer to an array.
const same_message = "hello";
comptime {