Skip to content

Commit

Permalink
Fixed typo on line 211
Browse files Browse the repository at this point in the history
  • Loading branch information
joerocca authored Jun 12, 2017
1 parent da4adeb commit 271ae28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AnimatedImageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class Animator {
fileprivate var timeSinceLastFrameChange: TimeInterval = 0.0
fileprivate var needsPrescaling = true

/// Loop count of animatd image.
/// Loop count of animated image.
private var loopCount = 0

var currentFrame: UIImage? {
Expand Down

0 comments on commit 271ae28

Please sign in to comment.