Skip to content

Commit c853b2b

Browse files
authored
use sentence case
1 parent e7594bf commit c853b2b

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
@@ -2,7 +2,7 @@
22
33
=TITLE Concurrency
44
5-
=SUBTITLE Concurrency and Asynchronous Programming
5+
=SUBTITLE Concurrency and asynchronous Programming
66
77
In common with most modern programming languages, Perl 6 is designed to
88
support parallelism, asynchronicity and L<concurrency|https://en.wikipedia.org/wiki/Concurrent_computing>. Parallelism is about doing multiple things at once. I<Asynchronous programming>, which is sometimes called event driven or reactive

0 commit comments

Comments
 (0)