Skip to content

Commit 6161611

Browse files
committed
fix documentation comment
1 parent c68e9d0 commit 6161611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/YCoreUI/Components/Elevation.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public struct Elevation {
1414
public let offset: CGSize
1515
/// The blur of the layer's. shadow.
1616
public let blur: CGFloat
17-
/// The spread of the layer's. shadow.
17+
/// The spread of the layer's shadow.
1818
public let spread: CGFloat
1919
/// The color of the layer’s shadow.
2020
public let color: UIColor
@@ -27,7 +27,7 @@ public struct Elevation {
2727
/// - Parameters:
2828
/// - offset: the offset of the layer’s shadow
2929
/// - blur: the blur of the layer's shadow
30-
/// - spread: the spread of the layer's. shadow
30+
/// - spread: the spread of the layer's shadow
3131
/// - color: the color of the layer’s shadow
3232
/// - opacity: the opacity of the layer’s shadow
3333
/// - useShadowPath: flag to set shadow path. Default is `true`

0 commit comments

Comments
 (0)