From 996daeac8bae370ccaef072b2133d48c74b6a589 Mon Sep 17 00:00:00 2001 From: Big Yuuta Date: Tue, 27 Nov 2012 18:40:30 +0100 Subject: [PATCH] Fixed a typo/error spotted by @kless --- maps.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps.rst b/maps.rst index 0bbdaa6..48e7e01 100644 --- a/maps.rst +++ b/maps.rst @@ -57,7 +57,7 @@ When used with maps, ``make`` takes an optional capacity parameter. numbers["ten"] = 10 numbers["trois"] = 3 //trois is "three" in french. I know that you know. //... - fmt.Println("Trois is the french word for the number: ", numbers[3]) + fmt.Println("Trois is the french word for the number: ", numbers[trois]) // Trois is the french word for the number: 3. Also a good time. We now have the idea: it's like a table with two columns: in the left column we