Skip to content

Commit 8c58a66

Browse files
committed
Language/Concurrency: fix punctuation
1 parent 05afa20 commit 8c58a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/concurrency.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ execution before normal completion:
758758
$cancellation.cancel;
759759
sleep 10;
760760
761-
should only output 0 to 5,
761+
should only output 0 to 5.
762762
763763
Despite the apparent advantage the L<Scheduler|/type/Scheduler> interface provides over
764764
that of L<Thread|/type/Thread> all of functionality is available through higher level

0 commit comments

Comments
 (0)