*: fix misspellings spotted by goreportcard

This commit is contained in:
Roman Khimov 2020-12-28 17:27:04 +03:00
parent 811f38eaed
commit 459ad521ab
4 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@ type DebugInfo struct {
Documents []string `json:"documents"`
Methods []MethodDebugInfo `json:"methods"`
Events []EventDebugInfo `json:"events"`
// EmittedEvents contains events occuring in code.
// EmittedEvents contains events occurring in code.
EmittedEvents map[string][][]string `json:"-"`
}