mirror of
https://github.com/zh-google-styleguide/zh-google-styleguide.git
synced 2026-08-13 22:13:27 +08:00
Modify RST code-block syntax error
This commit is contained in:
@@ -357,7 +357,7 @@ Objective-C 中把 ``BOOL`` 定义成无符号字符型,这意味着 ``BOOL``
|
||||
|
||||
正确的用法:
|
||||
|
||||
.. code-block:: objc
|
||||
.. code-block:: objc
|
||||
|
||||
- (BOOL)isBold {
|
||||
return ([self fontTraits] & NSFontBoldTrait) ? YES : NO;
|
||||
|
||||
Reference in New Issue
Block a user