Skip to content

Commit c5efe17

Browse files
authored
Small correction
1 parent a97a5fa commit c5efe17

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|/type/Hash>, Map cannot be parameterized by key or value types.
47+
Unlike its mutable companion type L<Hash|/type/Hash>, a Map cannot be parameterized by key or value types.
4848
4949
=head1 Methods
5050

0 commit comments

Comments
 (0)