mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
langref: remove incorrect use of term 'literal'
This commit is contained in:
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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user