Explorar el Código

Another spelling error

Definitely a high priority.
Samuel Kelemen hace 8 años
padre
commit
9aeff520ce
Se han modificado 1 ficheros con 1 adiciones y 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())