Skip to content

Commit

Permalink
Modify RST code-block syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ToBeDefined committed Mar 20, 2019
1 parent ae01f46 commit 857a6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-objc-styleguide/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Objective-C 中把 ``BOOL`` 定义成无符号字符型,这意味着 ``BOOL``
正确的用法:
.. code-block:: objc
.. code-block:: objc
- (BOOL)isBold {
return ([self fontTraits] & NSFontBoldTrait) ? YES : NO;
Expand Down

0 comments on commit 857a6b0

Please sign in to comment.