Skip to content

Commit

Permalink
Fixed a typo/error spotted by @kless
Browse files Browse the repository at this point in the history
  • Loading branch information
initpy committed Nov 27, 2012
1 parent 9377ec9 commit 996daea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps.rst
Expand Up @@ -57,7 +57,7 @@ When used with maps, ``make`` takes an optional capacity parameter.
numbers["ten"] = 10 numbers["ten"] = 10
numbers["trois"] = 3 //trois is "three" in french. I know that you know. 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. // 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 We now have the idea: it's like a table with two columns: in the left column we
Expand Down

0 comments on commit 996daea

Please sign in to comment.