Skip to content

Commit

Permalink
Merge pull request quic-go#3154 from lucas-clemente/fix-tracer-for-co…
Browse files Browse the repository at this point in the history
…nnection-doc

fix doc comment for Tracer.TracerForConnection
  • Loading branch information
marten-seemann authored Apr 19, 2021
2 parents 8f20817 + eb2274b commit 0a06396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const (

// A Tracer traces events.
type Tracer interface {
// ConnectionTracer requests a new tracer for a connection.
// TracerForConnection requests a new tracer for a connection.
// The ODCID is the original destination connection ID:
// The destination connection ID that the client used on the first Initial packet it sent on this connection.
// If nil is returned, tracing will be disabled for this connection.
Expand Down

0 comments on commit 0a06396

Please sign in to comment.