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 8d29887 commit de76dddCopy full SHA for de76ddd
doc/Type/Map.pod6
@@ -44,7 +44,7 @@ a C<Map> has been initialized:
44
$m{ 'c' } = 'foo'; # WRONG!
45
# Cannot modify an immutable Str
46
47
-Unlike its mutable companion type L<Hash>, Map cannot be parameterized by key or value types.
+Unlike its mutable companion type L<Hash|/type/Hash>, Map cannot be parameterized by key or value types.
48
49
=head1 Methods
50
0 commit comments