Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 010cc46 + fec425e commit fc89bb5Copy full SHA for fc89bb5
Notes/01_Introduction/04_Strings.md
@@ -42,7 +42,7 @@ directly at the keyboard. Here are some common escape codes:
42
'\t' Tab
43
'\'' Literal single quote
44
'\"' Literal double quote
45
-'\\'` Literal backslash
+'\\' Literal backslash
46
```
47
48
### String Representation
0 commit comments