Skip to content

Commit ef8615f

Browse files
authored
Update README.md
1 parent 362476c commit ef8615f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This allows actors to synchronously start continuations and mutate their isolate
3434

3535
```swift
3636
let val: String = await withIdentifiableContinuation(isolation: self) {
37-
// executed within actor isolation so can immediatley mutate actor state
37+
// executed within actor isolation so can immediately mutate actor state
3838
continuations[$0.id] = $0
3939
} onCancel: { id in
4040
// @Sendable closure executed outside of actor isolation requires `await` to mutate actor state

0 commit comments

Comments
 (0)