From 33aaa77a4565898065edee49b4f758b5833f8a17 Mon Sep 17 00:00:00 2001 From: Thi Date: Fri, 20 Sep 2019 22:31:08 +0900 Subject: [PATCH] Fix code format not display correctly --- doc/rules-ios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rules-ios.md b/doc/rules-ios.md index bf1464ac6a..8a6a9dc307 100644 --- a/doc/rules-ios.md +++ b/doc/rules-ios.md @@ -1132,7 +1132,7 @@ build a single framework artifact that works for all architectures by specifying

An optional single .h file to use as the umbrella header for this framework. Usually, this header will have the same name as this target, so that clients can load the header using the #import - format. If this attribute is not specified + <MyFramework/MyFramework.h> format. If this attribute is not specified (the common use case), an umbrella header will be generated under the same name as this target.