File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Sources/YCoreUI/Components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ import UIKit
1212public 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`
You can’t perform that action at this time.
0 commit comments