1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

Fixed spelling

This commit is contained in:
Denis Belyshev 2019-06-05 17:28:50 +03:00
parent 181a1282e0
commit fb678cbafa

View file

@ -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