Sfoglia il codice sorgente

correct spelling mistake

xormplus 8 anni fa
parent
commit
f99dc01f0c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      type.go

+ 1 - 1
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