Skip to content

Commit

Permalink
fix English. #34
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Mar 13, 2024
1 parent b39659b commit 33a65bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Special replacement symbols:
n can be specified by flag -I/--key-capt-idx (default: 1)
Special cases of replacement string:
*1. Capture variables better be in the format of '${1}'.
*1. Capture variables should be in the format of '${1}' to reduce errors.
a). If the capture variable is followed with space or other simple, it's OK:
-r '$1 abc'
b). If followed by numbers, characters, or underscore. That is ambiguous:
Expand Down
2 changes: 1 addition & 1 deletion brename.go
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ Special replacement symbols:
n can be specified by flag -I/--key-capt-idx (default: 1)
Special cases of replacement string:
*1. Capture variables better be in the format of '${1}'.
*1. Capture variables should be in the format of '${1}' to reduce errors.
a). If the capture variable is followed with space or other simple, it's OK:
-r '$1 abc'
b). If followed by numbers, characters, or underscore. That is ambiguous:
Expand Down

0 comments on commit 33a65bb

Please sign in to comment.