From ee7e950346e5e7669f68a042082c629ec84939a5 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Mon, 5 Nov 2012 11:02:04 -0800 Subject: [PATCH] typo. ref #27 --- examples/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/constants/constants.go b/examples/constants/constants.go index 3dca903..05da85a 100644 --- a/examples/constants/constants.go +++ b/examples/constants/constants.go @@ -22,7 +22,7 @@ func main() { fmt.Println(int64(d)) // A number can also be given a type by using it in a context that - // requires one, such as a variable assignment or funcion call. + // requires one, such as a variable assignment or function call. // The type it gets depends on its value. fmt.Println(n) // int fmt.Println(d) // float64