Skip to content

Commit 8b31d95

Browse files
Brayden TraasBrayden Traas
authored andcommitted
fixed a typo in the doc comment (endPoint -> toPoint)
1 parent 592c82e commit 8b31d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/quickstarts/vision/VisionExample/UIUtilities.swift

Lines changed: 1 addition & 1 deletion
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)