From ca5c6798806546180994ab7c08e60a5ffeb69394 Mon Sep 17 00:00:00 2001 From: Success Go Date: Fri, 28 Feb 2020 10:30:48 +0800 Subject: Fix typos (#3087) * Fix typo * Fix typo, thanks for Spell Checker under VS Code --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'context.go') diff --git a/context.go b/context.go index d64880c..68d31da 100644 --- a/context.go +++ b/context.go @@ -211,7 +211,7 @@ func (ctx Context) LoadModule(structPointer interface{}, fieldName string) (inte } // loadModulesFromSomeMap loads modules from val, which must be a type of map[string]interface{}. -// Depending on inlineModuleKey, it will be interpeted as either a ModuleMap (key is the module +// Depending on inlineModuleKey, it will be interpreted as either a ModuleMap (key is the module // name) or as a regular map (key is not the module name, and module name is defined inline). func (ctx Context) loadModulesFromSomeMap(namespace, inlineModuleKey string, val reflect.Value) (map[string]interface{}, error) { // if no inline_key is specified, then val must be a ModuleMap, -- cgit v1.2.3