Skip to content

Commit

Permalink
[doc] Escape backslash (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerodesu017 authored Sep 25, 2024
1 parent 785e029 commit 00fd63e
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 00fd63e

Please sign in to comment.