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

[TYPO] Page 28, Missing modifiers in code snippet

Open dasdom opened this issue 2 years ago • 0 comments

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.

dasdom avatar Jan 27 '23 10:01 dasdom