Skip to content

Commit a29831b

Browse files
author
Dean Karn
authored
Merge pull request #8 from tmc/patch-1
fix small typo
2 parents 8bf00f2 + 7af3adc commit a29831b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var universalTraslator *ut.UniversalTranslator
6060

6161
func main() {
6262

63-
// NOTE: this example is omitting allot of error checking for brevity
63+
// NOTE: this example is omitting a lot of error checking for brevity
6464
e := en.New()
6565
universalTraslator = ut.New(e, e, en_CA.New(), nl.New(), fr.New())
6666

0 commit comments

Comments
 (0)