diff --git a/Example/Example/Scenes/SwiftUIExample/SwiftUIExampleView.swift b/Example/Example/Scenes/SwiftUIExample/SwiftUIExampleView.swift index 6a0a2f4..03f13c9 100644 --- a/Example/Example/Scenes/SwiftUIExample/SwiftUIExampleView.swift +++ b/Example/Example/Scenes/SwiftUIExample/SwiftUIExampleView.swift @@ -129,7 +129,7 @@ private struct CustomColorsExampleView: View { private struct CustomProgressDurationExampleView: View { private enum Config { - /// + /// The custom progress duration to use. static let progressDuration: TimeInterval = 10 }