From 9cc49548aa3f98b40a3d7a9cbc12d55ae7a9a298 Mon Sep 17 00:00:00 2001 From: Evin Yulo Date: Sun, 11 Dec 2022 11:53:27 +0000 Subject: [PATCH] langref: remove incorrect use of term 'literal' --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index 2e235aa80f..9f70e85f81 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -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 {