Merge remote-tracking branch 'nikai3d/patch-2'

This commit is contained in:
Mark McGranaghan 2012-11-23 14:42:26 -08:00
commit 9d3e696082

View File

@ -34,7 +34,7 @@ func main() {
fmt.Println("map:", m)
// The optional second return value when getting a
// value from a map indiciates if the key was present
// value from a map indicates if the key was present
// in the map. This can be used to disambiguate
// between missing keys and keys with zero values
// like `0` or `""`.