Skip to content

Commit 723708c

Browse files
committed
Fixed commenting terminology
1 parent 5092d78 commit 723708c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objective-C/TOCropViewController/TOCropViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ - (void)_willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInt
496496
[sublayer removeAllAnimations];
497497
}
498498

499-
// On iOS 11, since these layout calls are done multiple times, if we don't aggregate from the
499+
// On iOS 11 and up, since these layout calls are done multiple times, if we don't aggregate from the
500500
// current state, the animation breaks.
501501
[UIView animateWithDuration:duration
502502
delay:0.0f

0 commit comments

Comments
 (0)