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

[TYPO]

Open stevenschwab opened this issue 2 years ago • 0 comments

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

  • Edition: 1st
  • Page: 185

What is wrong

class BooksViewModel: ObservableObject { @Published var books: [Book] = Book.samples }

What's the correct spelling

"Book.samples" should be "Book.sampleBooks"

stevenschwab avatar Jan 25 '23 19:01 stevenschwab