summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-01-22 23:01:34 -0800
committerGitHub <noreply@github.com>2021-01-23 08:01:34 +0100
commiteae3bdf8fe554cdd334b8a53de63fd9bf10a7832 (patch)
tree564a9d85a5c764a525e7715d852ab8c10bb39314 /doc
parentd5ce64883885336864f75458a3994debc43191a1 (diff)
downloadNim-eae3bdf8fe554cdd334b8a53de63fd9bf10a7832.tar.gz
fix code-block (#16799)
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.rst b/doc/manual.rst
index df591701c..db72e199f 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -7081,7 +7081,7 @@ one can import C++'s templates rather easily without the need for a pattern
 language for object types:
 
 .. code-block:: nim
-  :test: "nim cpp $1"
+    :test: "nim cpp $1"
 
   type
     StdMap[K, V] {.importcpp: "std::map", header: "<map>".} = object