Skip to content

Commit 14b0f82

Browse files
committed
Apply @kperryua's suggestion for changing the intro of Compacted
1 parent d268181 commit 14b0f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guides/Compacted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Introduction
1111

12-
Just as it is common for `Sequence` types that contain optional values to need to `.compactMap { $0 }`, `AsyncSequence` types have the same use cases. This common task means that the type must employ a closure to test the optional value. A more efficient way can be done. Both for execution performance as well as API efficiency of typing.
12+
Just as it is common for `Sequence` types that contain optional values to need to `.compactMap { $0 }`, `AsyncSequence` types have the same use cases. This common task means that the type must employ a closure to test the optional value. This can be done more efficeintly for both execution performance as well as API efficiency of typing.
1313

1414
## Proposed Solution
1515

0 commit comments

Comments
 (0)