mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-03 23:02:27 +00:00
*: fix misspellings spotted by goreportcard
This commit is contained in:
parent
811f38eaed
commit
459ad521ab
4 changed files with 5 additions and 5 deletions
|
@ -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:"-"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue