Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbpowell committed Aug 3, 2021
1 parent 6a3e9a1 commit cffb693
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 @@ -923,7 +923,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 cffb693

Please sign in to comment.