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 28, Missing modifiers in code snippet #14

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

[TYPO] Page 28, Missing modifiers in code snippet #14

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: 28

What is wrong

In the code snippet the modifiers .font(.title) and .foregroundColor(Color.pink) are missing.

What's the correct spelling

The modifiers .font(.title) and .foregroundColor(Color.pink) should still modify the Text element.

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