authorgravatar for yujiri@disroot.orgEvin Yulo <yujiri@disroot.org> 2022-12-11 11:53:27+00:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2022-12-18 01:55:09+02:00
log9cc49548aa3f98b40a3d7a9cbc12d55ae7a9a298
tree38c2cf9ada794e1f3b6a737662578c7bc1596967
parente02e4757b1111fe66447f6c9a90d511017c930e2

langref: remove incorrect use of term 'literal'


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
...@@ -2305,7 +2305,7 @@ comptime {...@@ -2305,7 +2305,7 @@ comptime {
2305 assert(message.len == 5);2305 assert(message.len == 5);
2306}2306}
23072307
2308// A string literal is a single-item pointer to an array literal.2308// A string literal is a single-item pointer to an array.
2309const same_message = "hello";2309const same_message = "hello";
23102310
2311comptime {2311comptime {