Skip to content

Commit de76ddd

Browse files
frithnanthJJ
authored andcommitted
Correct a link to Hash
Hash → /type/Hash
1 parent 8d29887 commit de76ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Map.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ a C<Map> has been initialized:
4444
$m{ 'c' } = 'foo'; # WRONG!
4545
# Cannot modify an immutable Str
4646
47-
Unlike its mutable companion type L<Hash>, Map cannot be parameterized by key or value types.
47+
Unlike its mutable companion type L<Hash|/type/Hash>, Map cannot be parameterized by key or value types.
4848
4949
=head1 Methods
5050

0 commit comments

Comments
 (0)