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

[TYPO] Page 23, Text("Tap me") instead of "Tab me"

Open dasdom opened this issue 2 years ago • 0 comments

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.

dasdom avatar Jan 27 '23 09:01 dasdom