Explorar o código

Another spelling error

Definitely a high priority.
Samuel Kelemen %!s(int64=8) %!d(string=hai) anos
pai
achega
9aeff520ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/basic/main.go

+ 1 - 1
examples/basic/main.go

@@ -16,7 +16,7 @@ var universalTraslator *ut.UniversalTranslator
 
 func main() {
 
-	// NOTE: this example is omitting allot of error checking for brevity
+	// NOTE: this example is omitting a lot of error checking for brevity
 	e := en.New()
 	universalTraslator = ut.New(e, e, en_CA.New(), nl.New(), fr.New())