We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da0ba8 commit 24e7614Copy full SHA for 24e7614
README.md
@@ -65,7 +65,7 @@ struct ContentView: View {
65
var body: some View {
66
Viewrito {
67
Text("Hello, world! 🌯")
68
- } returning: { text in
+ } modified: { text in
69
if #available(iOS 17.0, *) {
70
text.foregroundStyle(Color.blue)
71
} else {
0 commit comments