mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 12:21:14 -03:00
docs/string: Fix duplicated {} in match example
Follow-up fix from c5f06cd.
[ci skip]
This commit is contained in:
committed by
Fabian Homborg
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
|
||||
|
||||
Reference in New Issue
Block a user