From 62b3c88fc83eeee0bab11ea08f67e2c0f8da84ca Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Thu, 17 Jan 2019 13:59:11 -0800 Subject: Update platform/ios/DEVELOPING.md Co-Authored-By: riastrad --- platform/ios/DEVELOPING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ``` -- cgit v1.2.1