Merge pull request #17986 from bogdangrigg/master
Fix small typos in documentation files Upstream-commit: c83373112c908f7c5afc85fc6b08640817920a6d Component: engine
This commit is contained in:
@@ -42,7 +42,7 @@ func (i *important) Create(name string, data interface{}) {
|
||||
i.locks.Lock(name)
|
||||
defer i.locks.Unlock(name)
|
||||
|
||||
i.createImporatant(data)
|
||||
i.createImportant(data)
|
||||
|
||||
s.mu.Lock()
|
||||
i.data[name] = data
|
||||
|
||||
Reference in New Issue
Block a user