summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
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