Travis Cline před 8 roky
rodič
revize
7af3adc857
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -60,7 +60,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())