Asynchronous-Programming-with-SwiftUI-and-Combine
Asynchronous-Programming-with-SwiftUI-and-Combine copied to clipboard
[TYPO]
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"