Fix typo
This commit is contained in:
parent
269fb83d8e
commit
6d19f73aad
|
@ -18,7 +18,7 @@ struct AnimatedFrame {
|
||||||
return image == nil
|
return image == nil
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns a new instance from an ptional image.
|
/// Returns a new instance from an optional image.
|
||||||
///
|
///
|
||||||
/// - parameter image: An optional `UIImage` instance to be assigned to the new frame.
|
/// - parameter image: An optional `UIImage` instance to be assigned to the new frame.
|
||||||
/// - returns: An `AnimatedFrame` instance.
|
/// - returns: An `AnimatedFrame` instance.
|
||||||
|
|
Loading…
Reference in New Issue