Skip to content

Commit

Permalink
[S17] oops, forgot a dash
Browse files Browse the repository at this point in the history
Let me just dash back and fix that underscore.
  • Loading branch information
Carl Masak committed Nov 3, 2013
1 parent 091aa78 commit 644f6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S17-concurrency.pod
Expand Up @@ -326,7 +326,7 @@ C<Promise.sleep> factory is implemented:
method sleep(Promise:U: $seconds, :$scheduler = $*SCHEDULER) {
my $p = Promise.new(:$scheduler);
my $k = $p.keeper;
$scheduler.schedule_in({ $k.keep(True) }, $seconds);
$scheduler.schedule-in({ $k.keep(True) }, $seconds);
$p
}

Expand Down

0 comments on commit 644f6cb

Please sign in to comment.