From 44307a6b7a938cd3ef42a7762c1dc870ff09bc29 Mon Sep 17 00:00:00 2001 From: Felix Mau Date: Fri, 11 Mar 2022 15:24:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20::=20Update=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Example/Example/Scenes/SwiftUIExample/SwiftUIExampleView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }