From 267cd66162adad6688d2f89a2c826c8c04b75cdc Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Fri, 19 Jan 2024 05:59:51 -0800 Subject: [PATCH] docs: minor update to docstring Signed-off-by: Alex Boten --- sdk/resource/resource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/resource/resource.go b/sdk/resource/resource.go index 176ff1066688..858b5b153b4c 100644 --- a/sdk/resource/resource.go +++ b/sdk/resource/resource.go @@ -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