Merge pull request #17986 from bogdangrigg/master
Fix small typos in documentation files
This commit is contained in:
commit
5edb94d724
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue