summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2019-05-28 18:59:12 -0700
committerMinh Nguyễn <mxn@1ec5.org>2019-05-28 18:59:12 -0700
commit9de634f801bde356e9205b363bf33564dbca8608 (patch)
tree0f85754a3c160d5d55cc22d8cf24c7342d9fb38c
parent4eb5adc3d36beacc8990f34dd2229da136ced8f6 (diff)
downloadqtlocation-mapboxgl-9de634f801bde356e9205b363bf33564dbca8608.tar.gz
[ios] Fixed typo
-rw-r--r--platform/ios/src/MGLMapView.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/src/MGLMapView.mm b/platform/ios/src/MGLMapView.mm
index e6323d8bc1..bdf57168c5 100644
--- a/platform/ios/src/MGLMapView.mm
+++ b/platform/ios/src/MGLMapView.mm
@@ -1088,7 +1088,7 @@ public:
[self didUpdateLocationWithUserTrackingAnimated:animated];
}
- // Compass, logo and attribution button constraints needs to be updated.z
+ // Compass, logo and attribution button constraints needs to be updated.
[self installConstraints];
}