Skip to content

Commit 1e5a187

Browse files
CalebRasdfeinzimer
andauthored
Update Shared/Samples/Find address with reverse geocode/FindAddressWithReverseGeocodeView.swift
Co-authored-by: David Feinzimer <[email protected]>
1 parent b202a21 commit 1e5a187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Samples/Find address with reverse geocode/FindAddressWithReverseGeocodeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ struct FindAddressWithReverseGeocodeView: View {
6969
/// Reverse geocodes a given point and updates the marker with the result.
7070
/// - Parameter mapPoint: The point on the map to reverse geocode.
7171
private func reverseGeocode(_ mapPoint: Point) async {
72-
// Normalized the map point.
72+
// Normalize the map point.
7373
guard let normalizedPoint = GeometryEngine.normalizeCentralMeridian(
7474
of: mapPoint
7575
) as? Point else { return }

0 commit comments

Comments
 (0)