Skip to content

Commit 1bf2fd4

Browse files
committed
fix typo in readme
1 parent 9ae0fca commit 1bf2fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ You receive `""` for optional groups with no value.
129129

130130
# Replace with captured groups
131131

132-
The [regex_replace!] and [regex_replace_all!] macros bring once compilation and compilation time checks to the `replace` and `replace_all` functions.
132+
The `regex_replace!` and `regex_replace_all!` macros bring once compilation and compilation time checks to the `replace` and `replace_all` functions.
133133

134134
## Replace with a closure
135135

0 commit comments

Comments
 (0)