Skip to content

Commit

Permalink
Fix incorrect comment in String example.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Oct 22, 2024
1 parent ce14514 commit ef23571
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef23571

Please sign in to comment.