瀏覽代碼

Another spelling error

Definitely a high priority.
Samuel Kelemen 8 年之前
父節點
當前提交
9aeff520ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  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())