Fix the incorrect syntax sample of Code Inline elements

Change-Id: Id8e94d11f178f3da39d7f80cb2d0569e95ae95d0
Closes-Bug: #1732577
This commit is contained in:
chenxing 2017-11-16 10:53:24 +08:00
parent 752518e41f
commit 9ff3a68adb
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ A fragment of code within a line of text.
+------------------------+---------------------------------------------------+
| **Markup** | `````` (double backticks) |
+------------------------+---------------------------------------------------+
| **Syntax** | `` ``m1.small`` `` |
| **Syntax** | ````m1.small```` |
+------------------------+---------------------------------------------------+
| **Example of output** | The following command launches an instance with |
| | the ``m1.small`` flavor. |