Skip to content

Commit 0ab4b11

Browse files
committed
remove trailing whitespace
1 parent c0353c2 commit 0ab4b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Promise.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ this method:
7474
Creates a new Promise that will be kept in C<$seconds> seconds, or later.
7575
7676
my $proc = Proc::Async.new('perl6', '-e', 'sleep 10; warn "end"');
77-
77+
7878
my $result = await Promise.anyof(
7979
my $promise = $proc.start,
8080
Promise.in(5).then: { note 'timeout'; $proc.kill }

0 commit comments

Comments
 (0)