Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Mar 13, 2019
1 parent cfd759d commit bcc1d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/js-nutshell.pod6
Expand Up @@ -761,8 +761,8 @@ L<Map|/type/Map> is the immutable one, and L<Hash|/type/Hash> is the mutable
one. Don't get them mixed up! Like C<Map> in JavaScript, C<Map> and C<Hash> can
have any type of key or value, not just strings for keys.
Like C<Map>, C<Set> also has both a mutable and an immutable equivalent in Perl
 6. L<Set|/type/Set> is the immutable one, and L<SetHash|/type/SetHash> is the
Like C<Map>, C<Set> also has both a mutable and an immutable equivalent in Perl 6.
L<Set|/type/Set> is the immutable one, and L<SetHash|/type/SetHash> is the
mutable one.
=head2 Functions
Expand Down

0 comments on commit bcc1d77

Please sign in to comment.