diff --git a/doc/Type/Sub.pod6 b/doc/Type/Sub.pod6 index 5eda1ceb8..43eec0761 100644 --- a/doc/Type/Sub.pod6 +++ b/doc/Type/Sub.pod6 @@ -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 to call traits +Use L to call traits with complex arguments. multi trait_mod:(Variable $a, :@foo [$firstpos, *@restpos, :$named, *%restnameds]) {