From c853b2b5cca890f897c5275c9c3ab9d37a5598fa Mon Sep 17 00:00:00 2001 From: Tom Browder Date: Sat, 7 Jul 2018 19:42:04 -0500 Subject: [PATCH] use sentence case --- doc/Language/concurrency.pod6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Language/concurrency.pod6 b/doc/Language/concurrency.pod6 index 7777b3241..9d738d59d 100644 --- a/doc/Language/concurrency.pod6 +++ b/doc/Language/concurrency.pod6 @@ -2,7 +2,7 @@ =TITLE Concurrency -=SUBTITLE Concurrency and Asynchronous Programming +=SUBTITLE Concurrency and asynchronous Programming In common with most modern programming languages, PerlĀ 6 is designed to support parallelism, asynchronicity and L. Parallelism is about doing multiple things at once. I, which is sometimes called event driven or reactive