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

[TYPO]

Open stevenschwab opened this issue 1 year ago • 0 comments

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

  • Edition: 1st
  • Page: 230

What is wrong

Whenever one of the published properties changes, the view model will emit the changes values, telling SwiftUI to update all affected views.

What's the correct spelling

"changes values" to "changed values"

stevenschwab avatar Jan 25 '23 23:01 stevenschwab