Asynchronous-Programming-with-SwiftUI-and-Combine
Asynchronous-Programming-with-SwiftUI-and-Combine copied to clipboard
[TYPO]
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