Skip to content

Commit b76872c

Browse files
committed
Fix probably unintended autopun.
1 parent f0ce071 commit b76872c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Type/Cool.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ Mnemonic: turns an integer into a I<char>acter.
452452
453453
Coerces the invocant (or in sub form, its argument) to L<Str|/type/Str>, and returns the number of
454454
characters in the string. Characters should actually be grapheme clusters,
455-
though current implementation errornously count codepoints instead.
455+
though current implementations erroneously count codepoints instead.
456456
457457
say 'møp'.chars; # 3
458458

0 commit comments

Comments
 (0)