From fa469202b7868beb9d9254662152400cd06f0ac8 Mon Sep 17 00:00:00 2001 From: Benny Lin Date: Tue, 17 Oct 2023 21:47:25 +0700 Subject: [PATCH] Update README.md small typo --- rules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/README.md b/rules/README.md index 0d106c4b6..bd8e0d776 100644 --- a/rules/README.md +++ b/rules/README.md @@ -74,7 +74,7 @@ Any valid regular expression is possible as first element of each array item. ex: `[ '([ക-ഹ])a', '$1ാ' ]` ex: `[ '(([ൺ-ൿം])\u200c+)?I', '$2ഐ' ]` -In the above example, $1, $1 etc are according to the normal regular expression +In the above example, $1, $2 etc are according to the normal regular expression replace syntax. The second member of the pattern can be a function as well.