1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-08-10 22:31:50 +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

View File

@@ -427,7 +427,7 @@ func (l *Set) MarshalJSON() ([]byte, error) {
return json.Marshal(l.equivalent.iface)
}
// 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 Set.
func (l Set) MarshalLog() interface{} {
kvs := make(map[string]string)
for _, kv := range l.ToSlice() {