From d76dcb04168c1723ff49ef5a871073ad896856cf Mon Sep 17 00:00:00 2001 From: Jimmy99 Date: Wed, 6 Apr 2016 14:41:04 +0200 Subject: [PATCH] Update 10.3.md typographical errors and improved readability --- en/10.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/10.3.md b/en/10.3.md index 6d1ef4cb..9e928dfb 100644 --- a/en/10.3.md +++ b/en/10.3.md @@ -43,7 +43,7 @@ We've just described how to automatically load custom language packs. In fact, t //Load the default configuration files, which are placed below in `go-i18n/locales` - //File should be named zh.json, en-json, en-US.json etc., so we can be continuously support more languages + //File should be named zh.json, en-json, en-US.json etc., so we can continuously support more languages func (il *IL) loadDefaultTranslations(dirPath string) error { dir, err := os.Open(dirPath)