From 4fef474e22e1289c48648c382abcd9770b17af69 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 2 Sep 2017 11:12:19 +0100 Subject: [PATCH] correct spelling mistake (#28) --- type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type.go b/type.go index 86048225..5b7d9c6a 100644 --- a/type.go +++ b/type.go @@ -163,7 +163,7 @@ var ( uintTypes = sort.StringSlice{"*uint", "*uint16", "*uint32", "*uint8"} ) -// !nashtsai! treat following var as interal const values, these are used for reflect.TypeOf comparision +// !nashtsai! treat following var as interal const values, these are used for reflect.TypeOf comparison var ( c_EMPTY_STRING string c_BOOL_DEFAULT bool