summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CodingStandards.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst
index e7e5f23aef..a416a1e856 100644
--- a/docs/CodingStandards.rst
+++ b/docs/CodingStandards.rst
@@ -680,7 +680,7 @@ style of lower-case words separated by underscores (e.g. ``begin()``,
Here are some examples of good and bad names:
-.. code-block::c++
+.. code-block:: c++
class VehicleMaker {
...