diff --git a/pkg/result/result.go b/pkg/result/result.go index 3ed25cbf1d..ef1df47932 100644 --- a/pkg/result/result.go +++ b/pkg/result/result.go @@ -14,7 +14,7 @@ const ( TabIndent Indent = "\t" ) -// Result is an interface that is used for result polymorphic behavio +// Result is an interface that is used for result polymorphic behavior type Result interface { String() string StringWithIndent(indent string) string