We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1411e9 commit e07a940Copy full SHA for e07a940
ios/quickstarts/vision/VisionExample/UIUtilities.swift
@@ -451,7 +451,7 @@ public class UIUtilities {
451
///
452
/// - Parameters:
453
/// - fromPoint: The starting point.
454
- /// - endPoint: The end point.
+ /// - toPoint: The end point.
455
/// - Returns: The distance.
456
private static func distance(fromPoint: Vision3DPoint, toPoint: Vision3DPoint) -> CGFloat {
457
let xDiff = fromPoint.x - toPoint.x
0 commit comments