Skip to content

Commit 49c74a4

Browse files
committed
fix typo
1 parent 246b9be commit 49c74a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/numerics.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ Be mindful of these object identity differences and coerce your allomorphs as ne
486486

487487
=head2 Transforming non-Allomorphs
488488

489-
When we create variables explictly as L«C<Str>|/type/Str» or L«C<Numeric>|/type/Numeric» types, they are not L«C<Allomorph>|/type/Allomorph»s:
489+
When we create variables explicitly as L«C<Str>|/type/Str» or L«C<Numeric>|/type/Numeric» types, they are not L«C<Allomorph>|/type/Allomorph»s:
490490

491491
=begin code
492492
my $a = "010"; say $a.^name; # OUTPUT: «Str␤»

0 commit comments

Comments
 (0)