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