Skip to content

Commit 5da5f71

Browse files
committed
add missing '>'
1 parent 44d7b22 commit 5da5f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/variables.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ variables.
535535
# OUTPUT«["a", "b", Int]␤»
536536
537537
To destructure a list into a single value create a list literal with one value
538-
by using C<($var,). When used with a variable declarator just providing
538+
by using C<($var,)>. When used with a variable declarator just providing
539539
parentheses around a single variable is sufficient.
540540
541541
sub f { 1,2,3 };

0 commit comments

Comments
 (0)