Skip to content

Commit dc710ce

Browse files
committed
refactor documentation comments.
1 parent 674eee3 commit dc710ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/YCoreUI/Components/Elevation.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import UIKit
1212
public struct Elevation {
1313
/// The offset of the layer’s shadow.
1414
public let offset: CGSize
15-
/// The blur of the layers. shadow.
15+
/// The blur of the layer's. shadow.
1616
public let blur: CGFloat
17-
/// The spread of the layers. 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
@@ -26,8 +26,8 @@ public struct Elevation {
2626
/// Initializes `Elevation`.
2727
/// - Parameters:
2828
/// - offset: the offset of the layer’s shadow
29-
/// - blur: the blur of the layers. shadow
30-
/// - spread: the spread of the layers. shadow
29+
/// - blur: the blur 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)