Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Aug 10, 2016
1 parent 426d402 commit 848b78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/variables.pod6
Expand Up @@ -524,7 +524,7 @@ The declarators C<my> and C<our> take a list of variables in parentheses as argu
my (@a, $s, %h);
This can be used in conjunction with X«destructureing assignment». Any
This can be used in conjunction with X«destructuring assignment». Any
assignment to such a list will take the number of elements provided in the left
list and assign corresponding values from the right list to them. Any missing
elements are left will result in undefined values according to the type of the
Expand Down

0 comments on commit 848b78a

Please sign in to comment.