Skip to content

Commit 57bb363

Browse files
improve docs
1 parent 8d4a46d commit 57bb363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/ComponentsKit/Components/CircularProgress/SUCircularProgress.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import SwiftUI
22

3-
/// A SwiftUI component that displays a circular progress.
3+
/// A SwiftUI component that displays the progress of a task or operation in a circular form.
44
public struct SUCircularProgress: View {
55
// MARK: - Properties
66

Sources/ComponentsKit/Components/CircularProgress/UKCircularProgress.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import AutoLayout
22
import UIKit
33

4-
/// A UIKit component that displays a circular progress indicator.
4+
/// A UIKit component that displays the progress of a task or operation in a circular form.
55
open class UKCircularProgress: UIView, UKComponent {
66
// MARK: - Properties
77

0 commit comments

Comments
 (0)