Merge pull request #3154 from lucas-clemente/fix-tracer-for-connection-doc

fix doc comment for Tracer.TracerForConnection
This commit is contained in:
Marten Seemann
2021-04-19 19:40:07 +07:00
committed by GitHub

View File

@@ -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.