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

[TYPO] Page 62, Using the name BookRowView without changing the name of ExtractedView

Open dasdom opened this issue 1 year ago • 0 comments

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

  • Edition: 1st
  • Page: 62

What is wrong

After extracting the view, it is references with the name BookRowView even though we haven't changed the name of the view yet:

  • Inside BookRowView, declare a new property named book of type Book.

What's the correct spelling

ExtractedView

dasdom avatar Jan 27 '23 15:01 dasdom