Skip to content

Commit 954eb99

Browse files
phauslerjamieQ
andauthored
Update Sources/AsyncAlgorithms/AsyncShareSequence.swift
Co-authored-by: Jamie <[email protected]>
1 parent c8de4d0 commit 954eb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncAlgorithms/AsyncShareSequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extension AsyncSequence where Element: Sendable {
1212
struct AsyncShareSequence<Base: AsyncSequence>: Sendable where Base.Element: Sendable {
1313
final class Side {
1414
struct State {
15-
var continuaton: CheckedContinuation<Result<Element?, Failure>, Never>?
15+
var continuation: CheckedContinuation<Result<Element?, Failure>, Never>?
1616
var position = 0
1717

1818
func offset(_ adjustment: Int) -> State {

0 commit comments

Comments
 (0)