Skip to content

Commit c481fa7

Browse files
committed
Update SearchFieldShell.swift
1 parent 730fb21 commit c481fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/swiftui-search-field-shell-line/SearchFieldShell.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public struct SearchFieldShell: View {
4242
/// The height of the component
4343
let size: CGFloat
4444

45-
/// Any icon name from systemNane data set
45+
/// Any icon name from SF symbols
4646
let imageName: String
4747

4848
/// Lines color
@@ -63,7 +63,7 @@ public struct SearchFieldShell: View {
6363
/// - Parameters:
6464
/// - size: The height of the component
6565
/// - color: Lines color
66-
/// - imageName: Any icon name from systemNane data set
66+
/// - imageName: Any icon name from SF symbols
6767
/// - durationScale: Duration of scale animation
6868
/// - durationMove: Duration of movement animation
6969
public init(

0 commit comments

Comments
 (0)