mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-30 00:15:22 +08:00
docs/string: Fix duplicated {} in match example
Follow-up fix from c5f06cd. [ci skip]
This commit is contained in:
parent
58077c27f8
commit
6ec6076c16
@ -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…
x
Reference in New Issue
Block a user