summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2019-01-17 13:59:11 -0800
committerGitHub <noreply@github.com>2019-01-17 13:59:11 -0800
commit62b3c88fc83eeee0bab11ea08f67e2c0f8da84ca (patch)
treed19616ac82b14aa170bf924f66fde2be954f5f32
parent519d8377afb8bc18fac0dabc25b3b8fe29457381 (diff)
downloadqtlocation-mapboxgl-upstream/je-ios-contributing-doc-update.tar.gz
Update platform/ios/DEVELOPING.mdupstream/je-ios-contributing-doc-update
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 84750bc3f4..4f336ec241 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:
```