From fb678cbafa4d303322e220cee3336e90166bdf0b Mon Sep 17 00:00:00 2001 From: Denis Belyshev Date: Wed, 5 Jun 2019 17:28:50 +0300 Subject: [PATCH] Fixed spelling --- pkg/result/result.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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