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 810358a commit ce65bdfCopy full SHA for ce65bdf
doc/Type/Hash.rakudoc
@@ -400,7 +400,7 @@ is:
400
Returns the default value of the invocant, i.e. the value which is returned when
401
a non existing key is used to access an element in the C<Hash>. Unless the
402
C<Hash> is declared as having a default value by using the
403
-L<is default|/syntax/is default (Attribute)> trait the method returns the type object
+L<is default|/type/Variable#trait_is_default> trait the method returns the type object
404
C<(Any)>.
405
406
my %h1 = 'apples' => 3, 'oranges' => 7;
0 commit comments