Skip to content

Commit a99efae

Browse files
committed
Actually correct typo of former commit.
Commit 8cff824 corrected a typo, "would then split on every charaters," turning the incorrectly plural "charaters" to the more grammatically correct "charater." Unfortunately, the word "character" here was itself still missing a letter C. This commit actually achieves a full correction of that typo.
1 parent 8cff824 commit a99efae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Text/WordDiff.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ into Text::CharDiff!).
270270
Now, I acknowledge that there are localization issues with this approach. In
271271
particular, it will fail with Chinese, Japanese, and Korean text, as these
272272
languages don't put non-word characters between words. Ideally, Test::WordDiff
273-
would then split on every charater (since a single character often equals a
273+
would then split on every character (since a single character often equals a
274274
word), but such is not the case when the C<utf8> flag is set on a string.
275275
For example, This simple script:
276276

0 commit comments

Comments
 (0)