Skip to content

Commit ac59ba3

Browse files
committed
remove extra .
1 parent 86844da commit ac59ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/101-basics.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ pairs. Other programming languages call that a I<hash table>,
170170
I<dictionary>, or I<map>. You can query a hash table for the value that
171171
corresponds to a certain C<$key> with C<%hash{$key}>N<Unlike Perl 5, in
172172
Perl 6 the sigil does not change when accessing an array or hash with
173-
C<[ ]> or C<{ }>. This is called X<I<sigil invariance>>.>.
173+
C<[ ]> or C<{ }>. This is called X<I<sigil invariance>>>.
174174
175175
In the score counting program, C<%matches> stores the number of matches each
176176
player has won. C<%sets> stores the number of sets each player has won. Both

0 commit comments

Comments
 (0)