diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CodingStandards.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst index e7e5f23..a416a1e 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 { ... |