fix comment.
the sample doesn't get appended to the list of sampleappenders.
This commit is contained in:
parent
bfdd474202
commit
e1dacc56e6
|
@ -23,8 +23,8 @@ type SampleAppender interface {
|
||||||
Append(*model.Sample)
|
Append(*model.Sample)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fanout is a SampleAppender that appends every sample to a list of other
|
// Fanout is a SampleAppender that appends every sample to each SampleAppender
|
||||||
// SampleAppenders.
|
// in its list.
|
||||||
type Fanout []SampleAppender
|
type Fanout []SampleAppender
|
||||||
|
|
||||||
// Append implements SampleAppender. It appends the provided sample to all
|
// Append implements SampleAppender. It appends the provided sample to all
|
||||||
|
|
Loading…
Reference in New Issue