Skip to content

Commit 1fc69c7

Browse files
committed
Fix format
1 parent 2d81423 commit 1fc69c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdk/trace/sampling.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ const (
4747
// Drop will not record the span and all attributes/events will be dropped.
4848
Drop SamplingDecision = iota
4949

50-
// RecordOnly indicates the span's IsRecording method returns true, but [trace.FlagsSampled] flag
51-
// *must not* be set.
50+
// RecordOnly indicates the span's IsRecording method returns true, but trace.FlagsSampled flag
51+
// MUST NOT be set.
5252
RecordOnly
5353

54-
// RecordAndSample indicates the span's IsRecording method returns true and [trace.FlagsSampled] flag
55-
// *must* be set.
54+
// RecordAndSample indicates the span's IsRecording method returns true and trace.FlagsSampled flag
55+
// MUST be set.
5656
RecordAndSample
5757
)
5858

0 commit comments

Comments
 (0)