diff options
Diffstat (limited to 'lib/utf8_heavy.pl')
-rw-r--r-- | lib/utf8_heavy.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/utf8_heavy.pl b/lib/utf8_heavy.pl index 51137b5623..0d2e662453 100644 --- a/lib/utf8_heavy.pl +++ b/lib/utf8_heavy.pl @@ -289,8 +289,8 @@ sub _loose_name ($) { if ($parts[1] =~ s/^-//) { # If numerator is also negative, convert the - # whole thing to positive, or move the minus to - # the numerator + # whole thing to positive, else move the minus + # to the numerator if ($parts[0] !~ s/^-//) { $parts[0] = '-' . $parts[0]; } |