1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

docs: minor update to docstring (#4833)

Signed-off-by: Alex Boten <aboten@lightstep.com>
This commit is contained in:
Alex Boten
2024-01-19 06:18:16 -08:00
committed by GitHub
parent 1e2555f380
commit 8778c38832
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ func NewUnstarted(client Client) *Exporter {
}
}
// MarshalLog is the marshaling function used by the logging system to represent this exporter.
// MarshalLog is the marshaling function used by the logging system to represent this Exporter.
func (e *Exporter) MarshalLog() interface{} {
return struct {
Type string