Skip to content

Commit ce65bdf

Browse files
committed
Fix link
part of #4476
1 parent 810358a commit ce65bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Hash.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ is:
400400
Returns the default value of the invocant, i.e. the value which is returned when
401401
a non existing key is used to access an element in the C<Hash>. Unless the
402402
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
403+
L<is default|/type/Variable#trait_is_default> trait the method returns the type object
404404
C<(Any)>.
405405

406406
my %h1 = 'apples' => 3, 'oranges' => 7;

0 commit comments

Comments
 (0)