Skip to content

Commit 0b3b681

Browse files
committed
fix typo in runtime/interfaces.go
1 parent 9fb34ed commit 0b3b681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apimachinery/pkg/runtime/interfaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type Encoder interface {
5757
// Identifiers of two different encoders should be equal if and only if for every input
5858
// object it will be encoded to the same representation by both of them.
5959
//
60-
// Identifier is inteted for use with CacheableObject#CacheEncode method. In order to
60+
// Identifier is intended for use with CacheableObject#CacheEncode method. In order to
6161
// correctly handle CacheableObject, Encode() method should look similar to below, where
6262
// doEncode() is the encoding logic of implemented encoder:
6363
// func (e *MyEncoder) Encode(obj Object, w io.Writer) error {

0 commit comments

Comments
 (0)