Merge "Fix the incorrect syntax sample of Code Inline elements"

This commit is contained in:
Zuul 2017-11-16 12:29:17 +00:00 committed by Gerrit Code Review
commit 94bf710558

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. |