From 08de82be39d54f6d83353ce5cb5e930caea0d7b1 Mon Sep 17 00:00:00 2001 From: Julian Rex Date: Mon, 26 Nov 2018 11:58:34 -0500 Subject: Documentation nits. --- platform/darwin/src/MGLShapeSource.h | 2 +- platform/darwin/test/MGLDocumentationExampleTests.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/darwin/src/MGLShapeSource.h b/platform/darwin/src/MGLShapeSource.h index 0b08ddf95d..0263c39c58 100644 --- a/platform/darwin/src/MGLShapeSource.h +++ b/platform/darwin/src/MGLShapeSource.h @@ -351,7 +351,7 @@ MGL_EXPORT @note The returned array may contain the `cluster` that was passed in, if the next zoom level doesn't the zoom level for expanding that cluster. See - `-[MGLShapeSource zoomLevelForExpandingCluster:`. + `-[MGLShapeSource zoomLevelForExpandingCluster:]`. */ - (NSArray> *)childrenOfCluster:(id)cluster; diff --git a/platform/darwin/test/MGLDocumentationExampleTests.swift b/platform/darwin/test/MGLDocumentationExampleTests.swift index f29e03bde4..e7420b2aa4 100644 --- a/platform/darwin/test/MGLDocumentationExampleTests.swift +++ b/platform/darwin/test/MGLDocumentationExampleTests.swift @@ -374,7 +374,7 @@ class MGLDocumentationExampleTests: XCTestCase, MGLMapViewDelegate { return MGLDocumentationExampleTests.styleURL } } - + //#-example-code let camera = MGLMapCamera(lookingAtCenter: CLLocationCoordinate2D(latitude: 37.7184, longitude: -122.4365), altitude: 100, pitch: 20, heading: 0) -- cgit v1.2.1