Asynchronous-Programming-with-SwiftUI-and-Combine
Asynchronous-Programming-with-SwiftUI-and-Combine copied to clipboard
[TYPO] Page 36, id missing in Book struct
I found a typo in Asynchronous Programming with SwiftUI and Combine.
- Edition: 1st
- Page: 36
What is wrong
In the code from the Github repo the Book struct already has an id property. This is missing in the code snippet in the book.
What's the correct spelling
The code in the book reflects the code in the repo.