diff options
Diffstat (limited to 'doc/langref.html.in')
| -rw-r--r-- | doc/langref.html.in | 2 |
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 { |
