Skip to content

Commit

Permalink
fixed a typo in the doc comment (endPoint -> toPoint)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brayden Traas authored and Brayden Traas committed Mar 25, 2023
1 parent 592c82e commit 8b31d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/quickstarts/vision/VisionExample/UIUtilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ public class UIUtilities {
///
/// - Parameters:
/// - fromPoint: The starting point.
/// - endPoint: The end point.
/// - toPoint: The end point.

This comment has been minimized.

Copy link
@iyaanuta1990

iyaanuta1990 May 23, 2023

toPoint

This comment has been minimized.

Copy link
@iyaanuta1990

iyaanuta1990 May 23, 2023

toPoint

/// - Returns: The distance.
private static func distance(fromPoint: Vision3DPoint, toPoint: Vision3DPoint) -> CGFloat {
let xDiff = fromPoint.x - toPoint.x
Expand Down

0 comments on commit 8b31d95

Please sign in to comment.