From ef235714a99b3a443a3744df655f705ee1cdda25 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Tue, 22 Oct 2024 14:57:21 +0200 Subject: [PATCH] Fix incorrect comment in String example. --- .../docs/Language Fundamentals/basic-types-and-values.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/Language Fundamentals/basic-types-and-values.md b/src/content/docs/Language Fundamentals/basic-types-and-values.md index 05f2ab79..41418a68 100644 --- a/src/content/docs/Language Fundamentals/basic-types-and-values.md +++ b/src/content/docs/Language Fundamentals/basic-types-and-values.md @@ -199,7 +199,7 @@ A raw string may span multiple lines. Inside of a raw string, no escapes are available, and to write a `` ` ``, simply double the character: ```c3 -// Note: String is a distinct char* +// Note: String is a distinct inline char[] String three_lines = `multi line