Skip to content

Commit b9cce44

Browse files
authored
Typo: lets -> let (subject/verb agreement) (#85)
Fixes rdar://103217436
2 parents d7ec7c2 + 9ef1e3c commit b9cce44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSPL/TSPL.docc/LanguageGuide/Concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Because of the explicit relationship between tasks and task groups,
554554
this approach is called *structured concurrency*.
555555
Although you take on some of the responsibility for correctness,
556556
the explicit parent-child relationships between tasks
557-
lets Swift handle some behaviors like propagating cancellation for you,
557+
let Swift handle some behaviors like propagating cancellation for you,
558558
and lets Swift detect some errors at compile time.
559559

560560
```

0 commit comments

Comments
 (0)