This commit is contained in:
Reda Lemeden 2018-01-01 21:12:40 +01:00
parent 0991ad36d8
commit 93fbfb0928
1 changed files with 1 additions and 1 deletions

View File

@ -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.
///