Skip to content

Commit

Permalink
Update instrumentation/grpc/lib/opentelemetry/instrumentation/grpc/pa…
Browse files Browse the repository at this point in the history
…tches/client_stub.rb

Co-authored-by: Kayla Reopelle <[email protected]>
  • Loading branch information
michal-kazmierczak and kaylareopelle authored Dec 17, 2024
1 parent de501fb commit 9ad861f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Instrumentation
module Grpc
module Patches
# Module to be prepended to force GRPC to use the client interceptor by
# Module to be prepended to force gRPC to use the client interceptor by
# default so the user doesn't have to manually add it when initializing a client.
module ClientStub
def initialize(host, creds, **args)
Expand Down

0 comments on commit 9ad861f

Please sign in to comment.