aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
diff options
context:
space:
mode:
authorEvin Yulo <yujiri@disroot.org>2022-12-11 11:53:27 +0000
committerVeikka Tuominen <git@vexu.eu>2022-12-18 01:55:09 +0200
commit9cc49548aa3f98b40a3d7a9cbc12d55ae7a9a298 (patch)
tree38c2cf9ada794e1f3b6a737662578c7bc1596967 /doc/langref.html.in
parente02e4757b1111fe66447f6c9a90d511017c930e2 (diff)
downloadzig-9cc49548aa3f98b40a3d7a9cbc12d55ae7a9a298.tar.gz
zig-9cc49548aa3f98b40a3d7a9cbc12d55ae7a9a298.zip
langref: remove incorrect use of term 'literal'
Diffstat (limited to 'doc/langref.html.in')
-rw-r--r--doc/langref.html.in2
1 files changed, 1 insertions, 1 deletions
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 {