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

[TYPO] Page 57, `Book.` missing in the call to `sampleBooks`

Open dasdom opened this issue 1 year ago • 0 comments

I found a typo in Asynchronous Programming 
with SwiftUI and Combine.

  • Edition: 1st
  • Page: 57

What is wrong

ContentView(books: sampleBooks)

What's the correct spelling

ContentView(books: Book.sampleBooks)

dasdom avatar Jan 27 '23 15:01 dasdom