Skip to content

Commit

Permalink
[doc] Escape backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
nerodesu017 committed Sep 25, 2024
1 parent 817cbbd commit ab47412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/Strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var c: string = null;

## Escapes ##

Strings can use the '\' character to escape some characters, such as carriage return, newline, tab, and quotes within strings.
Strings can use the '\\' character to escape some characters, such as carriage return, newline, tab, and quotes within strings.

```
// newline, tab, carriage-return, backslash, single-quote and double-quote
Expand Down

0 comments on commit ab47412

Please sign in to comment.