We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ce071 commit b76872cCopy full SHA for b76872c
lib/Type/Cool.pod
@@ -452,7 +452,7 @@ Mnemonic: turns an integer into a I<char>acter.
452
453
Coerces the invocant (or in sub form, its argument) to L<Str|/type/Str>, and returns the number of
454
characters in the string. Characters should actually be grapheme clusters,
455
-though current implementation errornously count codepoints instead.
+though current implementations erroneously count codepoints instead.
456
457
say 'møp'.chars; # 3
458
0 commit comments