Asynchronous-Programming-with-SwiftUI-and-Combine icon indicating copy to clipboard operation
Asynchronous-Programming-with-SwiftUI-and-Combine copied to clipboard

[TYPO] Page 36, id missing in Book struct

Open dasdom opened this issue 2 years ago • 0 comments

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.

dasdom avatar Jan 27 '23 10:01 dasdom