Skip to content

Commit

Permalink
docs: minor update to docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten committed Jan 19, 2024
1 parent 214d5e0 commit 267cd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/resource/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (r *Resource) String() string {
return r.attrs.Encoded(attribute.DefaultEncoder())
}

// 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 resource.
func (r *Resource) MarshalLog() interface{} {
return struct {
Attributes attribute.Set
Expand Down

0 comments on commit 267cd66

Please sign in to comment.