Skip to content

Commit 36011aa

Browse files
authored
Fix some typos in AsyncThrowingStream.swift
nomally -> normally
1 parent b3d9b87 commit 36011aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/BackDeployConcurrency/AsyncThrowingStream.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public struct AsyncThrowingStream<Element, Failure: Error> {
199199
let storage: _Storage
200200

201201
/// Resume the task awaiting the next iteration point by having it return
202-
/// nomally from its suspension point with a given element.
202+
/// normally from its suspension point with a given element.
203203
///
204204
/// - Parameter value: The value to yield from the continuation.
205205
/// - Returns: A `YieldResult` that indicates the success or failure of the
@@ -453,7 +453,7 @@ extension AsyncThrowingStream.Continuation {
453453
}
454454

455455
/// Resume the task awaiting the next iteration point by having it return
456-
/// nomally from its suspension point.
456+
/// normally from its suspension point.
457457
///
458458
/// - Returns: A `YieldResult` that indicates the success or failure of the
459459
/// yield operation.

0 commit comments

Comments
 (0)