Skip to content

Commit e07a940

Browse files
committed
Mirror the commit 8b31d95 to local branch.
1 parent c1411e9 commit e07a940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/quickstarts/vision/VisionExample/UIUtilities.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ public class UIUtilities {
451451
///
452452
/// - Parameters:
453453
/// - fromPoint: The starting point.
454-
/// - endPoint: The end point.
454+
/// - toPoint: The end point.
455455
/// - Returns: The distance.
456456
private static func distance(fromPoint: Vision3DPoint, toPoint: Vision3DPoint) -> CGFloat {
457457
let xDiff = fromPoint.x - toPoint.x

0 commit comments

Comments
 (0)