langref: remove incorrect use of term 'literal'
This commit is contained in:
committed by
Veikka Tuominen
parent
e02e4757b1
commit
9cc49548aa
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user