소스 검색

fixed italic tag

Timo 8 년 전
부모
커밋
10f5eff1d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      community/contributing/updating_the_class_reference.rst

+ 1 - 1
community/contributing/updating_the_class_reference.rst

@@ -364,7 +364,7 @@ for more examples of how to use them properly.
 +---------------------------+--------------------------------+-----------------------------------+--------------------------------------------+
 | [b] [/b]                  | Bold                           | Some [b]bold[/b] text.            | Some **bold** text.                        |
 +---------------------------+--------------------------------+-----------------------------------+--------------------------------------------+
-| [i] [/i]                  | Italic                         | Some [i]italic[/b] text.          | Some *italic* text.                        |
+| [i] [/i]                  | Italic                         | Some [i]italic[/i] text.          | Some *italic* text.                        |
 +---------------------------+--------------------------------+-----------------------------------+--------------------------------------------+
 | [code] [/code]            | Monospace                      | Some [code]monospace[/code] text. | Some ``monospace`` text.                   |
 +---------------------------+--------------------------------+-----------------------------------+--------------------------------------------+