Skip to content

Commit 3d708d6

Browse files
committed
change listig wording
1 parent 9efd021 commit 3d708d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Signature.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ as described below.
250250
251251
The single argument rule allowes to treat arguments to subroutines,
252252
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
253+
types can work with a single arguments the same way as with a list or
254254
arguments. Using C<+@> as a sigil in a Signature provides syntactic sugar to
255255
make that task a little easier. Any single argument of a non-positional type
256256
will be promoted to a list with a single item.

0 commit comments

Comments
 (0)