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 2 years ago • 0 comments

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

  • Edition: 1st
  • Page: 96

What is wrong

@State var name = "Peter" ... TextField("Enter your name", text: $title) Text("Hello (title), nice to meet you!")

What's the correct spelling

$title should be $name (title) should be name

stevenschwab avatar Jan 24 '23 18:01 stevenschwab