This commit is contained in:
Reda Lemeden 2017-09-30 23:12:14 +02:00
parent 269fb83d8e
commit 6d19f73aad
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ struct AnimatedFrame {
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.
/// - returns: An `AnimatedFrame` instance.