[stdlib] Correct actual print outputs in Concurrency files

This commit is contained in:
Jager-yoo
2022-12-19 23:40:03 +09:00
parent 01d48e0cbd
commit 9b2b8b3a49
15 changed files with 20 additions and 20 deletions

View File

@@ -38,7 +38,7 @@ extension AsyncSequence {
/// for await numeral in stream {
/// print(numeral, terminator: " ")
/// }
/// // Prints "I II III V"
/// // Prints "I II III V "
///
/// - Parameter transform: A mapping closure. `transform` accepts an element
/// of this sequence as its parameter and returns a transformed value of the