Skip to content

Commit

Permalink
Update internal/data/opentelemetry-proto-gen/common/v1/spanid.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
  • Loading branch information
bogdandrutu and tigrannajaryan authored Oct 26, 2020
1 parent 4f4b280 commit 99ce77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/data/opentelemetry-proto-gen/common/v1/spanid.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (sid SpanID) MarshalJSON() ([]byte, error) {
return marshalJSON(sid.id[:])
}

// UnmarshalJSON inflates SpanID from hex string, possibly enclosed in quotes.
// UnmarshalJSON decodes SpanID from hex string, possibly enclosed in quotes.
// Called by Protobuf JSON deserialization.
func (sid *SpanID) UnmarshalJSON(data []byte) error {
sid.id = [8]byte{}
Expand Down

0 comments on commit 99ce77e

Please sign in to comment.