From 026cb6f49b72f980fc7d05935a0eefb9ee985a01 Mon Sep 17 00:00:00 2001 From: Fabian Guerra Date: Tue, 31 Oct 2017 22:06:04 -0400 Subject: [ios, macos] Fix MGLMapSnapshotter documentation typo. --- platform/darwin/src/MGLMapSnapshotter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/darwin/src/MGLMapSnapshotter.h b/platform/darwin/src/MGLMapSnapshotter.h index 4a59cc3b39..2ddc619fc9 100644 --- a/platform/darwin/src/MGLMapSnapshotter.h +++ b/platform/darwin/src/MGLMapSnapshotter.h @@ -196,7 +196,7 @@ MGL_EXPORT @property (nonatomic) CGSize size; /** - Indicates whether as snapshot is currently being generated. + Indicates whether a snapshot is currently being generated. */ @property (nonatomic, readonly, getter=isLoading) BOOL loading; -- cgit v1.2.1