langref: remove incorrect use of term 'literal'

This commit is contained in:
Evin Yulo 2022-12-11 11:53:27 +00:00 committed by Veikka Tuominen
parent e02e4757b1
commit 9cc49548aa

View File

@ -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 {