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.
1 parent 010cc46 commit fec425eCopy full SHA for fec425e
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