Skip to content

Commit 4009d72

Browse files
authored
Correct an i.e. to e.g.
1 parent 0fa9b78 commit 4009d72

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
@@ -28,7 +28,7 @@ hyper-operators, autothreading junctions?
2828
Additionally, certain Perl features may implicitly operate in an asynchronous
2929
fashion, so in order to ensure predictable interoperation with these features,
3030
user code should, where possible, avoid the lower level concurrency APIs
31-
(i.e. L<Thread> and L<Scheduler> ) and use the higher-level interfaces.
31+
(e.g., L<Thread> and L<Scheduler> ) and use the higher-level interfaces.
3232
3333
=head1 High-level APIs
3434

0 commit comments

Comments
 (0)