summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2017-01-25 11:11:45 -0800
committerGitHub <noreply@github.com>2017-01-25 11:11:45 -0800
commitf5bcf186f63f0f10642dcee14a680667c36cbfdb (patch)
tree4edf1caf59f733ba20fed53aa7da96c875ca217c
parent35ce4f00e50ea6f16243156cc2927e38832edfe5 (diff)
downloadqtlocation-mapboxgl-f5bcf186f63f0f10642dcee14a680667c36cbfdb.tar.gz
[ios] changed URL -> url (#7841)
Changed `@param URL` -> `@param url` in `MGLShapeSource.h` Fixes #7840
-rw-r--r--platform/darwin/src/MGLShapeSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLShapeSource.h b/platform/darwin/src/MGLShapeSource.h
index 995abadda7..0ab3861aa9 100644
--- a/platform/darwin/src/MGLShapeSource.h
+++ b/platform/darwin/src/MGLShapeSource.h
@@ -118,7 +118,7 @@ extern const MGLShapeSourceOption MGLShapeSourceOptionSimplificationTolerance;
the source.
@param identifier A string that uniquely identifies the source.
- @param URL An HTTP(S) URL, absolute file URL, or local file URL relative to the
+ @param url An HTTP(S) URL, absolute file URL, or local file URL relative to the
current application’s resource bundle.
@param options An `NSDictionary` of options for this source.
@return An initialized shape source.