Fix typo
This commit is contained in:
parent
0991ad36d8
commit
93fbfb0928
|
@ -48,7 +48,7 @@ func duration(withUnclampedTime unclampedDelayTime: Double, andClampedTime delay
|
||||||
return delayArray.filter({ $0 >= 0 }).first ?? defaultDuration
|
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 {
|
extension CGImageSource {
|
||||||
/// Returns whether the image source contains an animated GIF.
|
/// Returns whether the image source contains an animated GIF.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue