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 de76ddd commit fe86b23Copy full SHA for fe86b23
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|/type/Hash>, Map cannot be parameterized by key or value types.
+Unlike its mutable companion type L<Hash|/type/Hash>, a Map cannot be parameterized by key or value types.
48
49
=head1 Methods
50
0 commit comments