compiler: fix typo in the method description
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
044ae477ca
commit
194639bb15
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue