Skip to content

Commit b041a5c

Browse files
committed
Typo fix
1 parent 34dc794 commit b041a5c

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
@@ -895,7 +895,7 @@ open class MarqueeLabel: UILabel, CAAnimationDelegate {
895895
guard self!.sublabel.layer.animation(forKey: "position") == nil else {
896896
return
897897
}
898-
// 3) We don't not start automatically if the animation was unexpectedly interrupted
898+
// 3) We don't start automatically if the animation was unexpectedly interrupted
899899
guard finished else {
900900
// Do not continue into the next loop
901901
return

0 commit comments

Comments
 (0)