diff --git a/doc/langref.html.in b/doc/langref.html.in
index 2e235aa80f..9f70e85f81 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 {