Skip to content

Commit

Permalink
[chore] fix couple doc comments (#9540)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Feb 9, 2024
1 parent 76f830a commit a58768f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/extensiontest/nop_extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ type nopConfig struct{}

var nopInstance = &nopExtension{}

// nopExtension stores consumed traces and metrics for testing purposes.
// nopExtension acts as an extension for testing purposes.
type nopExtension struct {
component.StartFunc
component.ShutdownFunc
}

// NewNopBuilder returns a extension.Builder that constructs nop receivers.
// NewNopBuilder returns a extension.Builder that constructs nop extension.
func NewNopBuilder() *extension.Builder {
nopFactory := NewNopFactory()
return extension.NewBuilder(
Expand Down

0 comments on commit a58768f

Please sign in to comment.