Skip to content

Commit

Permalink
fixed typo from grpc.UnaryClientInterceptor to grpc.StreamClientInter…
Browse files Browse the repository at this point in the history
…ceptor in the comments for NewStreamClientInterceptor in apmgrpc/client.go
  • Loading branch information
shubhamsharma7867 committed Feb 8, 2024
1 parent 538be9b commit 3359218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/apmgrpc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func NewUnaryClientInterceptor(o ...ClientOption) grpc.UnaryClientInterceptor {
}
}

// NewStreamClientInterceptor returns a grpc.UnaryClientInterceptor that
// NewStreamClientInterceptor returns a grpc.StreamClientInterceptor that
// traces gRPC requests with the given options.
//
// The interceptor will trace spans with the "external.grpc" type for each
Expand Down

0 comments on commit 3359218

Please sign in to comment.