Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dasdom opened this issue Jan 27, 2023 · 0 comments
Assignees
Labels

Comments

@dasdom
Copy link
Collaborator

dasdom commented Jan 27, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants