Skip to content

Commit

Permalink
Fix code format not display correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
thii authored Sep 20, 2019
1 parent 8e37753 commit 33aaa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rules-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ build a single framework artifact that works for all architectures by specifying
<p>An optional single <code>.h</code> 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 <code>#import
<MyFramework/MyFramework.h><code> format. If this attribute is not specified
&lt;MyFramework/MyFramework.h&gt;</code> format. If this attribute is not specified
(the common use case), an umbrella header will be generated under the same name
as this target.</p>
</td>
Expand Down

0 comments on commit 33aaa77

Please sign in to comment.