fix code-block (#16799)

This commit is contained in:
Timothee Cour
2021-01-22 23:01:34 -08:00
committed by GitHub
parent d5ce648838
commit eae3bdf8fe

View File

@@ -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