summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2019-01-17 13:59:11 -0800
committerJason Wray <friedbunny@users.noreply.github.com>2019-01-25 12:05:56 -0800
commite088f8d61d92ec22650d3a15453ed2a94a15d3cb (patch)
treecca7260ec058b74a0c284b1de689175ebbe175f9
parent3501025c144388ddbb4177c27530e8721ff9bdcb (diff)
downloadqtlocation-mapboxgl-e088f8d61d92ec22650d3a15453ed2a94a15d3cb.tar.gz
Update platform/ios/DEVELOPING.md
Co-Authored-By: riastrad <josherb4@gmail.com>
-rw-r--r--platform/ios/DEVELOPING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/DEVELOPING.md b/platform/ios/DEVELOPING.md
index 7b34c84386..93c17f4049 100644
--- a/platform/ios/DEVELOPING.md
+++ b/platform/ios/DEVELOPING.md
@@ -125,7 +125,7 @@ find platform/{darwin,ios}/resources platform/macos/sdk -path '*/MYLANG.lproj/*.
To add an example code listing to the documentation for a class or class member:
- 1. Add a test case named in the form testMGLClass or testMGLClass$method to [MGLDocumentationExamplesTests](test/MGLDocumentationExampleTests.swift).
+ 1. Add a test case named in the form `testMGLClass` or `testMGLClass$method` to [MGLDocumentationExamplesTests](test/MGLDocumentationExampleTests.swift).
2. Wrap the code you'd like to appear in the documentation within the
following comment blocks:
```