From eaf00dd1fb3ea9da72a774d06ea561d0533ff47a Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 16 Feb 2015 02:56:40 +0100 Subject: minor documentation updates --- doc/nimc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/nimc.txt') diff --git a/doc/nimc.txt b/doc/nimc.txt index 84d596e3c..c5d5dea5a 100644 --- a/doc/nimc.txt +++ b/doc/nimc.txt @@ -569,7 +569,7 @@ language for object types: type StdMap {.importcpp: "std::map", header: "".} [K, V] = object proc `[]=`[K, V](this: var StdMap[K, V]; key: K; val: V) {. - importcpp: "#[#] = #".} + importcpp: "#[#] = #", header: "".} var x: StdMap[cint, cdouble] x[6] = 91.4 -- cgit 1.4.1-2-gfad0