Skip to content

Commit a482f37

Browse files
Merge pull request #83650 from muukii/patch-1
Fix typo in Observations.swift
2 parents c9a3fdf + db7717f commit a482f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Observation/Sources/Observation/Observations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public struct Observations<Element: Sendable, Failure: Error>: AsyncSequence, Se
235235
// the task was cancelled while awaiting a willChange so ensure a proper termination
236236
return try terminate(id: id)
237237
}
238-
// start by directly tracking the emission via a withObservation tracking on the isolation specified fro mthe init
238+
// start by directly tracking the emission via a withObservation tracking on the isolation specified from the init
239239
switch try await Iterator.trackEmission(isolation: emit.isolation, state: state, emit: emit) {
240240
case .finish: return try terminate(id: id)
241241
case .next(let element): return element

0 commit comments

Comments
 (0)