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 {
23052305 assert(message.len == 5);
23062306}
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.
23092309const same_message = "hello";
23102310
23112311comptime {