Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fec425e

Browse filesBrowse files
committed
Remove typo
1 parent 010cc46 commit fec425e
Copy full SHA for fec425e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎Notes/01_Introduction/04_Strings.md‎

Copy file name to clipboardExpand all lines: Notes/01_Introduction/04_Strings.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ directly at the keyboard. Here are some common escape codes:
4242
'\t' Tab
4343
'\'' Literal single quote
4444
'\"' Literal double quote
45-
'\\'` Literal backslash
45+
'\\' Literal backslash
4646
```
4747

4848
### String Representation

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.