Commit 9cc49548aa

Evin Yulo <yujiri@disroot.org>
2022-12-11 12:53:27
langref: remove incorrect use of term 'literal'
1 parent e02e475
Changed files (1)
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 {