diff --git a/pkg/compiler/debug.go b/pkg/compiler/debug.go index 88fcbb119..c720fcbc5 100644 --- a/pkg/compiler/debug.go +++ b/pkg/compiler/debug.go @@ -108,7 +108,7 @@ type DebugRange struct { End uint16 } -// DebugParam represents the variables's name and type. +// DebugParam represents the variable's name and type. type DebugParam struct { Name string `json:"name"` Type string `json:"type"`