From f55c499927b805c5d5c5f1c34f6632f5fc0a9e4a Mon Sep 17 00:00:00 2001 From: Mihai Nita Date: Tue, 19 Nov 2024 14:12:50 -0800 Subject: [PATCH] ICU-21396 Fix incorrect result shown in the userguide example --- docs/userguide/transforms/general/rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/transforms/general/rules.md b/docs/userguide/transforms/general/rules.md index cd0d88357113..b476de1ef5aa 100644 --- a/docs/userguide/transforms/general/rules.md +++ b/docs/userguide/transforms/general/rules.md @@ -503,7 +503,7 @@ the position, for those cases: The first rule will convert "x", when preceded by a vowel, into "ks". The transform will then backup to the position before the vowel and continue. In the next pass, the "ak" will match and be invoked. Thus, if the source text is "ax", -the result will be "ack". +the result will be "acks". > :point_right: **Note**: *Although you can move the cursor forward or backward, it is limited in two ways: (a) to the text that is matched, (b) within the original substring that is