We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf00f2 commit 7af3adcCopy full SHA for 7af3adc
README.md
@@ -60,7 +60,7 @@ var universalTraslator *ut.UniversalTranslator
60
61
func main() {
62
63
- // NOTE: this example is omitting allot of error checking for brevity
+ // NOTE: this example is omitting a lot of error checking for brevity
64
e := en.New()
65
universalTraslator = ut.New(e, e, en_CA.New(), nl.New(), fr.New())
66
0 commit comments