Asynchronous-Programming-with-SwiftUI-and-Combine
Asynchronous-Programming-with-SwiftUI-and-Combine copied to clipboard
[TYPO] Page 28, Missing modifiers in code snippet
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.