Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
change listig wording
  • Loading branch information
gfldex committed Jun 15, 2016
1 parent 9efd021 commit 3d708d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Signature.pod
Expand Up @@ -250,7 +250,7 @@ as described below.
The single argument rule allowes to treat arguments to subroutines,
C<for>-loops and list constructors based on context. Many methods on positional
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
arguments. Using C<+@> as a sigil in a Signature provides syntactic sugar to
make that task a little easier. Any single argument of a non-positional type
will be promoted to a list with a single item.
Expand Down

0 comments on commit 3d708d6

Please sign in to comment.