Skip to content

Commit 9f55031

Browse files
improve docs for UKCircularProgress
1 parent 57bb363 commit 9f55031

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/ComponentsKit/Components/CircularProgress/UKCircularProgress.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ open class UKCircularProgress: UIView, UKComponent {
2121

2222
// MARK: - Subviews
2323

24-
/// The shape layer responsible for rendering the background of the circular progress indicator.
24+
/// The shape layer responsible for rendering the background.
2525
public let backgroundLayer = CAShapeLayer()
2626

27-
/// The shape layer responsible for rendering the progress arc of the circular progress indicator.
27+
/// The shape layer responsible for rendering the progress arc.
2828
public let progressLayer = CAShapeLayer()
2929

30-
/// The label used to display text inside the circular progress indicator.
30+
/// The label used to display text.
3131
public let label = UILabel()
3232

3333
// MARK: - UIView Properties

0 commit comments

Comments
 (0)