Skip to content

Commit d4d6c36

Browse files
committed
WIP
1 parent 74553cf commit d4d6c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func conditionalText(showDetails: Bool) -> Text {
9797
If you prefer not to use macros, you can use the underlying `Text` initializer directly:
9898

9999
```swift
100-
var customText: Text {
100+
var body: some View {
101101
Text(separator: " 👏 ") {
102102
"Lorem".text.underline().foregroundColor(.blue)
103103
"ipsum dolor"

0 commit comments

Comments
 (0)