diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst index e7e5f23aef0..a416a1e856f 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 { ...