fix doc comment for Tracer.TracerForConnection

This commit is contained in:
Marten Seemann 2021-04-19 15:25:02 +07:00
parent 8f20817ef9
commit eb2274bded

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.