Asynchronous-Programming-with-SwiftUI-and-Combine
Asynchronous-Programming-with-SwiftUI-and-Combine copied to clipboard
[TYPO] Page 23, Text("Tap me") instead of "Tab me"
I found a typo in Asynchronous Programming with SwiftUI and Combine.
- Edition: 1st
- Page: 23
What is wrong
Click the Content placeholder (or press the Tab key), and replace it with the following text: Text("Tap me").
What's the correct spelling
Click the Content placeholder (or press the Tab key), and replace it with the following text: "Tap me".
Remark
In the code snippet below it is correct.