Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix whitespace
  • Loading branch information
coke committed Sep 23, 2016
1 parent 53f32fd commit 39b1226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/WrapHandle.pod6
Expand Up @@ -10,7 +10,7 @@ C<WrapHandle> is created and returned by L<wrap|/type/Routine#method_wrap>. It's
sub f(){ say 'f was called' }
my $wrap-handle = &f.wrap({ say 'before'; callsame; say 'after' })
f;
$wrap-handle.restore;
f;
Expand Down

0 comments on commit 39b1226

Please sign in to comment.