Fix a typo in Implementable (#152)

This commit is contained in:
Evan Anderson 2018-11-01 10:24:34 -04:00 committed by Knative Prow Robot
parent fcb0656514
commit 82424e6283
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import (
"github.com/google/go-cmp/cmp"
)
// Implementable in implemented by the Fooable duck type that consumers
// Implementable is implemented by the Fooable duck type that consumers
// are expected to embed as a `.status.fooable` field.
type Implementable interface {
// GetFullType returns an instance of a full resource wrapping