From 93fbfb092861367454ea370cdcf81dd144c5711f Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Mon, 1 Jan 2018 21:12:40 +0100 Subject: [PATCH] Fix typo --- Source/Helpers/ImageSourceHelpers.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Helpers/ImageSourceHelpers.swift b/Source/Helpers/ImageSourceHelpers.swift index 0e8889f..837b90c 100755 --- a/Source/Helpers/ImageSourceHelpers.swift +++ b/Source/Helpers/ImageSourceHelpers.swift @@ -48,7 +48,7 @@ func duration(withUnclampedTime unclampedDelayTime: Double, andClampedTime delay return delayArray.filter({ $0 >= 0 }).first ?? defaultDuration } -/// An extension of `CGImageSourceRef` that add GIF introspection and easier property retrieval. +/// An extension of `CGImageSourceRef` that adds GIF introspection and easier property retrieval. extension CGImageSource { /// Returns whether the image source contains an animated GIF. ///