Fix a typo in documentation for SetLibrary
This commit is contained in:
parent
831b071cb6
commit
9a5081df4b
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ func GetLibrary() string {
|
|||
return lib
|
||||
}
|
||||
|
||||
// SetLibrary sets the root path for the loale directories and files to be used at package level.
|
||||
// SetLibrary sets the root path for the locale directories and files to be used at package level.
|
||||
// It reloads the corresponding Translation file.
|
||||
func SetLibrary(lib string) {
|
||||
globalConfig.Lock()
|
||||
|
|
Loading…
Reference in a new issue