Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix a wee typo
  • Loading branch information
Carl Masak committed Aug 19, 2014
1 parent 775d078 commit e29e9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-bits.pod
Expand Up @@ -2479,7 +2479,7 @@ to do that in Perl 6, you need to use one of these constructs:
%( my %x = a => 42; %x )

Note that the first one limits the scope of the declaration to the block,
while the parenthesized form are parasitic on the outer lexical scope.
while the parenthesized forms are parasitic on the outer lexical scope.

=head2 Subscript adverbs

Expand Down

0 comments on commit e29e9a1

Please sign in to comment.