Procházet zdrojové kódy

Another spelling error

Definitely a high priority.
Samuel Kelemen před 8 roky
rodič
revize
9aeff520ce
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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())