[chore] docs: clarify comment for NewFactory in debugexporter (first contribution) (#13086)

This is my first contribution to OpenTelemetry Collector. I am learning
the contribution process and wanted to start with a simple documentation
improvement.

- Clarified the GoDoc comment for the NewFactory function in
exporter/debugexporter/factory.go.

  Thank you for the opportunity to contribute!
This commit is contained in:
Eric St-Pierre 2025-05-27 11:25:49 -04:00 committed by GitHub
parent 392b705719
commit 24a0a492fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const (
defaultSamplingThereafter = 1
)
// NewFactory creates a factory for Debug exporter
// NewFactory creates and returns a new factory for the Debug exporter.
func NewFactory() exporter.Factory {
return xexporter.NewFactory(
componentType,