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 ad4be66 commit 502fbb8Copy full SHA for 502fbb8
Sources/NorthwindSwiftUI/ProductsList.swift
@@ -14,7 +14,7 @@ struct ProductsList: View {
14
/// We track the currently selected product
15
@Binding var selectedProduct : Product.ID?
16
17
- /// For current search string.
+ /// The current search string.
18
@State private var searchString = ""
19
20
@Environment(\.horizontalSizeClass) private var horizontalSizeClass
Sources/NorthwindSwiftUI/README.md
@@ -1,4 +1,4 @@
1
-<h2>Lighter Example: Northwind Swift UI App
+<h2>Lighter Example: Northwind SwiftUI App
2
<img src="https://zeezide.com/img/lighter/Lighter256.png"
3
align="right" width="64" height="64" />
4
</h2>
0 commit comments