Skip to content

Commit

Permalink
Sub #3841 Parameters->arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
finanalyst committed Apr 5, 2021
1 parent 9573a49 commit 52b24d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Sub.pod6
Expand Up @@ -72,7 +72,7 @@ language object names or parameter lists.
bar();
# OUTPUT: «⟨is foo⟩ has been called with ⟨oi‽⟩ on Sub|47563000␤start␤bar has been called␤»
Use L<destructuring|/type/Signature#Destructuring_Parameters> to call traits
Use L<destructuring|/type/Signature#Destructuring_arguments> to call traits
with complex arguments.
multi trait_mod:<is>(Variable $a, :@foo [$firstpos, *@restpos, :$named, *%restnameds]) {
Expand Down

0 comments on commit 52b24d5

Please sign in to comment.