Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jshook committed May 21, 2024
1 parent edb55ad commit 33f13c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/**
* <H2>Structured Asynchronous Execution</H2>
* <P>This example shows that it is possible to combine structure concurrency support with
* <P>This example shows that it is possible to combine structured concurrency support with
* asynchronous tasks which run within the context of a StructuredTaskScope.</P>
*
* <P>The normative usage of StructuredTaskScope is documented as an ordered pattern of
Expand All @@ -34,7 +34,7 @@
* <LI>(and then) forking subtasks</LI>
* <LI>(and then) joining subtasks</LI>
* </OL>
* Asynchronous task structure deviates from this because it is not know what the explicit subtask structure
* Asynchronous task structure deviates from this because it is not known what the explicit subtask structure
* will be, or when subtasks will be forked into the context. In this scenario, the lifetime of the task scope is
* not strictly bounded to a set of predetermined, subtasks and thus must be closed by some other
* intentional side-effect.
Expand Down

0 comments on commit 33f13c8

Please sign in to comment.