mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 06:24:01 +00:00
docs: remove some spurious backslashes
This commit is contained in:
parent
a45ffb7993
commit
1547a22659
1 changed files with 2 additions and 2 deletions
|
@ -212,8 +212,8 @@ Some characters can not be written directly on the command line. For these chara
|
|||
- ``\}`` escapes the right curly bracket character
|
||||
- ``\[`` escapes the left bracket character
|
||||
- ``\]`` escapes the right bracket character
|
||||
- ``\\<`` escapes the less than character
|
||||
- ``\\>`` escapes the more than character
|
||||
- ``\<`` escapes the less than character
|
||||
- ``\>`` escapes the more than character
|
||||
- ``\^`` escapes the circumflex character
|
||||
- ``\&`` escapes the ampersand character
|
||||
- ``\|`` escapes the vertical bar character
|
||||
|
|
Loading…
Reference in a new issue