Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbpowell committed Aug 7, 2021
1 parent 34dc794 commit b041a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MarqueeLabel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ open class MarqueeLabel: UILabel, CAAnimationDelegate {
guard self!.sublabel.layer.animation(forKey: "position") == nil else {
return
}
// 3) We don't not start automatically if the animation was unexpectedly interrupted
// 3) We don't start automatically if the animation was unexpectedly interrupted
guard finished else {
// Do not continue into the next loop
return
Expand Down

0 comments on commit b041a5c

Please sign in to comment.