Skip to content

Commit 3d1db3a

Browse files
committed
shink Rakudos ego slightly
1 parent 54faec7 commit 3d1db3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Sub.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ to it (or even themselves) and we can apply traits to objects at runtime.
8181
8282
There is a special trait for C<Sub>s called C<is default>. This trait is
8383
designed as a way to disambiguate C<multi> function calls that would normally
84-
throw an error because Rakudo would not know which one to use. This means that
84+
throw an error because the compiler would not know which one to use. This means that
8585
given the following two C<Sub>s, the one with the C<is default> trait will be
8686
called.
8787

0 commit comments

Comments
 (0)