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 246b9be commit 49c74a4Copy full SHA for 49c74a4
doc/Language/numerics.rakudoc
@@ -486,7 +486,7 @@ Be mindful of these object identity differences and coerce your allomorphs as ne
486
487
=head2 Transforming non-Allomorphs
488
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:
+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:
490
491
=begin code
492
my $a = "010"; say $a.^name; # OUTPUT: «Str»
0 commit comments