From 9ff3a68adb519c8e7710ba8c9d390ebdce6a273f Mon Sep 17 00:00:00 2001 From: chenxing Date: Thu, 16 Nov 2017 10:53:24 +0800 Subject: [PATCH] Fix the incorrect syntax sample of Code Inline elements Change-Id: Id8e94d11f178f3da39d7f80cb2d0569e95ae95d0 Closes-Bug: #1732577 --- doc/doc-contrib-guide/source/rst-conv/inline-markups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc-contrib-guide/source/rst-conv/inline-markups.rst b/doc/doc-contrib-guide/source/rst-conv/inline-markups.rst index f4aa1d4beb..287df6d65b 100644 --- a/doc/doc-contrib-guide/source/rst-conv/inline-markups.rst +++ b/doc/doc-contrib-guide/source/rst-conv/inline-markups.rst @@ -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. |