minor fixes
This commit is contained in:
parent
15f7acfc2a
commit
4541b7af75
4 changed files with 11 additions and 23 deletions
|
@ -81,7 +81,7 @@ Here's the full list:
|
|||
| Character | Description |
|
||||
|-----------|-------------|
|
||||
|`\n`|New line|
|
||||
|`\r`|Carriage return: not used alone. Windows text files use a combination of two characters `\r\n` to represent a line break. |
|
||||
|`\r`|In Windows text files a combination of two characters `\r\n` represents a new break, while on non-Windows OS it's just `\n`. That's for historical reasons, most Windows software also understands `\n`. |
|
||||
|`\'`, `\"`|Quotes|
|
||||
|`\\`|Backslash|
|
||||
|`\t`|Tab|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue