Skip to content

Commit cffb693

Browse files
committed
Typo fix
1 parent 6a3e9a1 commit cffb693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MarqueeLabel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ open class MarqueeLabel: UILabel, CAAnimationDelegate {
923923
guard self!.sublabel.layer.animation(forKey: "position") == nil else {
924924
return
925925
}
926-
// 3) We don't not start automatically if the animation was unexpectedly interrupted
926+
// 3) We don't start automatically if the animation was unexpectedly interrupted
927927
guard finished else {
928928
// Do not continue into the next loop
929929
return

0 commit comments

Comments
 (0)