Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove extra .
  • Loading branch information
coke committed Jul 9, 2018
1 parent 86844da commit ac59ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/101-basics.pod6
Expand Up @@ -170,7 +170,7 @@ pairs. Other programming languages call that a I<hash table>,
I<dictionary>, or I<map>. You can query a hash table for the value that
corresponds to a certain C<$key> with C<%hash{$key}>N<Unlike Perl 5, in
Perl 6 the sigil does not change when accessing an array or hash with
C<[ ]> or C<{ }>. This is called X<I<sigil invariance>>.>.
C<[ ]> or C<{ }>. This is called X<I<sigil invariance>>>.
In the score counting program, C<%matches> stores the number of matches each
player has won. C<%sets> stores the number of sets each player has won. Both
Expand Down

0 comments on commit ac59ba3

Please sign in to comment.