Skip to content

Commit 032f3f6

Browse files
committed
typo
1 parent aa0c36a commit 032f3f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

expfmt/decode.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ func (d *protoDecoder) Decode(v *dto.MetricFamily) error {
118118
return nil
119119
}
120120

121-
// protoDecoder implements the Decoder interface for protocol buffers.
121+
// prototextDecoder implements the Decoder interface for protocol buffers that
122+
// are encoded in text format.
122123
type prototextDecoder struct {
123124
r io.Reader
124125
}

0 commit comments

Comments
 (0)