From 194639bb153f9cab3655c8c92927561133aaaded Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Fri, 5 May 2023 16:57:07 +0300 Subject: [PATCH] compiler: fix typo in the method description Signed-off-by: Anna Shaleva --- pkg/compiler/debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`