mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Correct actual print outputs in Concurrency files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user