From 7e8feb5945b2a3bfcc86a2dea5d8517abe9912a9 Mon Sep 17 00:00:00 2001 From: Felix Mau Date: Sun, 23 Dec 2018 21:48:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20::=20Adapt=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Classes/ViewModel/GradientLoadingBarViewModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GradientLoadingBar/Classes/ViewModel/GradientLoadingBarViewModel.swift b/GradientLoadingBar/Classes/ViewModel/GradientLoadingBarViewModel.swift index 319a5b1..66597f3 100644 --- a/GradientLoadingBar/Classes/ViewModel/GradientLoadingBarViewModel.swift +++ b/GradientLoadingBar/Classes/ViewModel/GradientLoadingBarViewModel.swift @@ -13,7 +13,7 @@ import Observable class GradientLoadingBarViewModel { // MARK: - Types - /// This struct contains all infomation that are required for an animated visibility update of the loading bar. + /// This struct contains all infomation regarding an animated visibility update of the loading bar. struct AnimatedVisibilityUpdate: Equatable { /// Initialize the struct with values set to zero / hidden. static let immediatelyHidden = AnimatedVisibilityUpdate(duration: 0.0,