Skip to content

Commit 8eec870

Browse files
committed
list codes as one alternative to 'length'
1 parent 749e16c commit 8eec870

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Type/Str.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ string, and C<NaN> for non-numeric characters.
129129
130130
=head2 method length
131131
132-
Perl 6 does not have a C<length> function. See L<chars> or L<elems>.
132+
Perl 6 does not have a C<length> function. See L<chars>, L<elems>,
133+
or L<codes>.
133134
134135
=head2 routine chars
135136

0 commit comments

Comments
 (0)