Chapter 9 - Section 9.10 - Typo

I’ve noticed a minor typo in Chapter 9, mainly 9.10.
The code says:

As a good developer, you’ll also add a deinitializer to manually complete the stream when the actor is released from memory:

deinit {
  inMemoryAcccessContinuation?.finish()
}

I believe it should be inMemoryAccessContinuation with 2 cs rather than 3 :slight_smile:

Thanks a lot for a great book!

3 Likes

@icanzilb minor typo?

Wow, none of the editors or I spotted this — thank you for letting us know!

1 Like