We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829cdac commit 6247631Copy full SHA for 6247631
Guide.docc/Articles/ContentUnavailableViewExtensions.md
@@ -13,7 +13,7 @@
13
```swift
14
public struct MailListUnavailableContent {
15
public typealias Label = SwiftUI.Label<Text, Image>
16
- public typealias Description = Text
+ public typealias Description = Text?
17
public typealias Actions = EmptyView
18
}
19
```
@@ -23,7 +23,7 @@ public struct MailListUnavailableContent {
23
24
25
26
27
28
29
0 commit comments