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 54faec7 commit 3d1db3aCopy full SHA for 3d1db3a
doc/Type/Sub.pod6
@@ -81,7 +81,7 @@ to it (or even themselves) and we can apply traits to objects at runtime.
81
82
There is a special trait for C<Sub>s called C<is default>. This trait is
83
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
+throw an error because the compiler would not know which one to use. This means that
85
given the following two C<Sub>s, the one with the C<is default> trait will be
86
called.
87
0 commit comments