mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
Fixed spelling
This commit is contained in:
parent
181a1282e0
commit
fb678cbafa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue