Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo committed Jun 14, 2024
1 parent cdf770b commit e3400dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/tracer/civisibility_payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func newCiVisibilityPayload() *ciVisibilityPayload {
return &ciVisibilityPayload{newPayload()}
}

// GetBuffer retrieves the complete body of the CI Visibility payload, including metadata.
// getBuffer retrieves the complete body of the CI Visibility payload, including metadata.
// It reads the current payload buffer, adds metadata, and encodes the entire payload in MessagePack format.
//
// Parameters:
Expand Down

0 comments on commit e3400dd

Please sign in to comment.