Skip to content

Commit bcc1d77

Browse files
committed
whitespace
1 parent cfd759d commit bcc1d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/js-nutshell.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,8 +761,8 @@ L<Map|/type/Map> is the immutable one, and L<Hash|/type/Hash> is the mutable
761761
one. Don't get them mixed up! Like C<Map> in JavaScript, C<Map> and C<Hash> can
762762
have any type of key or value, not just strings for keys.
763763
764-
Like C<Map>, C<Set> also has both a mutable and an immutable equivalent in Perl
765-
 6. L<Set|/type/Set> is the immutable one, and L<SetHash|/type/SetHash> is the
764+
Like C<Map>, C<Set> also has both a mutable and an immutable equivalent in Perl 6.
765+
L<Set|/type/Set> is the immutable one, and L<SetHash|/type/SetHash> is the
766766
mutable one.
767767
768768
=head2 Functions

0 commit comments

Comments
 (0)