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 9efd021 commit 3d708d6Copy full SHA for 3d708d6
doc/Type/Signature.pod
@@ -250,7 +250,7 @@ as described below.
250
251
The single argument rule allowes to treat arguments to subroutines,
252
C<for>-loops and list constructors based on context. Many methods on positional
253
-types can work with a single arguments the same way then with a list or
+types can work with a single arguments the same way as with a list or
254
arguments. Using C<+@> as a sigil in a Signature provides syntactic sugar to
255
make that task a little easier. Any single argument of a non-positional type
256
will be promoted to a list with a single item.
0 commit comments