mine
derailed 2020-01-19 22:57:07 -07:00
parent 9fd02d11a4
commit 0af1c7e0d2
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ func (t *Tree) ClearFilter() {
t.query = ""
}
// SetFiltersets the current filter.
// SetFilter sets the current filter.
func (t *Tree) SetFilter(q string) {
t.query = q
}

View File

@ -12,7 +12,7 @@ import (
"k8s.io/apimachinery/pkg/runtime"
)
// ServiceAcccount represents an xray renderer.
// ServiceAccount represents an xray renderer.
type ServiceAccount struct{}
// Render renders an xray node.