From eae3bdf8fe554cdd334b8a53de63fd9bf10a7832 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Fri, 22 Jan 2021 23:01:34 -0800 Subject: [PATCH] fix code-block (#16799) --- doc/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.rst b/doc/manual.rst index df591701c441d..db72e199f0468 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: "".} = object