mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
docs/string: Fix duplicated {} in match example
Follow-up fix from c5f06cd
.
[ci skip]
This commit is contained in:
parent
58077c27f8
commit
6ec6076c16
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ Match Regex Examples
|
|||
4 2
|
||||
6 2
|
||||
|
||||
>_ string match -r -i '0x[0-9a-f]{{1,8}}' 'int magic = 0xBadC0de;'
|
||||
>_ string match -r -i '0x[0-9a-f]{1,8}' 'int magic = 0xBadC0de;'
|
||||
0xBadC0de
|
||||
|
||||
.. END EXAMPLES
|
||||
|
|
Loading…
Reference in a new issue