Browse Source

fixed italic tag

Timo 8 years ago
parent
commit
10f5eff1d3
1 changed files with 1 additions and 1 deletions
  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.                   |
 +---------------------------+--------------------------------+-----------------------------------+--------------------------------------------+