Skip to content

Commit

Permalink
fix last .WHAT instance #1355
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jul 27, 2017
1 parent 138208c commit 6c0d1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Whatever.pod6
Expand Up @@ -52,7 +52,7 @@ The range operators are handled specially. They do not curry with
C<Whatever>-stars, but they do curry with C<WhateverCode>
say (1..*).^name; # OUTPUT: «Range␤»
say (1..*-1).WHAT; # OUTPUT: «(WhateverCode)␤»
say ((1..*-1)).^name; # OUTPUT: «WhateverCode␤»
This allow all these constructs to work:
Expand Down

0 comments on commit 6c0d1d3

Please sign in to comment.