Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing '>'
  • Loading branch information
tbrowder committed Aug 23, 2016
1 parent 44d7b22 commit 5da5f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/variables.pod6
Expand Up @@ -535,7 +535,7 @@ variables.
# OUTPUT«["a", "b", Int]␤»
To destructure a list into a single value create a list literal with one value
by using C<($var,). When used with a variable declarator just providing
by using C<($var,)>. When used with a variable declarator just providing
parentheses around a single variable is sufficient.
sub f { 1,2,3 };
Expand Down

0 comments on commit 5da5f71

Please sign in to comment.