| author | |
| committer | |
| log | 9cc49548aa3f98b40a3d7a9cbc12d55ae7a9a298 |
| tree | 38c2cf9ada794e1f3b6a737662578c7bc1596967 |
| parent | e02e4757b1111fe66447f6c9a90d511017c930e2 |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | @@ -2305,7 +2305,7 @@ comptime { | ... | @@ -2305,7 +2305,7 @@ comptime { |
| 2305 | assert(message.len == 5); | 2305 | assert(message.len == 5); |
| 2306 | } | 2306 | } |
| 2307 | 2307 | ||
| 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. |
| 2309 | const same_message = "hello"; | 2309 | const same_message = "hello"; |
| 2310 | 2310 | ||
| 2311 | comptime { | 2311 | comptime { |