Skip to content

Commit e6235e5

Browse files
committed
Change .perl to .raku in examples in doc/Type/Numeric.pod6
1 parent 1666da9 commit e6235e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Numeric.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ as accurately as is possible. Fail with C<X::Numeric::Real> otherwise.
6565
Returns the number converted to the narrowest type that can hold it without
6666
loss of precision.
6767
68-
say (4.0 + 0i).narrow.perl; # OUTPUT: «4␤»
68+
say (4.0 + 0i).narrow.raku; # OUTPUT: «4␤»
6969
say (4.0 + 0i).narrow.^name; # OUTPUT: «Int␤»
7070
7171
=head2 method ACCEPTS

0 commit comments

Comments
 (0)