Skip to content

Commit 89f76b5

Browse files
mbrandonwmluisbrown
authored andcommitted
Typo fix in documentation
1 parent abb3914 commit 89f76b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/SwiftUI/IfLetStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import SwiftUI
1313
/// store.scope(state: \SearchState.results, action: SearchAction.results),
1414
/// ) {
1515
/// SearchResultsView(store: $0)
16-
/// } else {
16+
/// } else: {
1717
/// Text("Loading search results...")
1818
/// }
1919
/// ```

0 commit comments

Comments
 (0)