We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d7b22 commit 5da5f71Copy full SHA for 5da5f71
doc/Language/variables.pod6
@@ -535,7 +535,7 @@ variables.
535
# OUTPUT«["a", "b", Int]»
536
537
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
+by using C<($var,)>. When used with a variable declarator just providing
539
parentheses around a single variable is sufficient.
540
541
sub f { 1,2,3 };
0 commit comments