Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
whitespace
  • Loading branch information
coke committed Aug 16, 2016
1 parent 8105200 commit 6b162d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Callable.pod6
Expand Up @@ -34,10 +34,10 @@ original, but has the values passed to .assuming already bound to the
corresponding parameters.
my sub slow($n){ my $i = 0; $i++ while $i < $n; $i };
# takes only one parameter and as such wont forward $n
sub bench(&c){ c, now - ENTER now };
say &slow.assuming(10000000).&bench;
# OUTPUT«(10000000 7.5508834)␤»
Expand Down

0 comments on commit 6b162d4

Please sign in to comment.