Skip to content

Commit 6c65513

Browse files
Update instrumentation/grpc/lib/opentelemetry/instrumentation/grpc/patches/client_stub.rb
Co-authored-by: Kayla Reopelle <[email protected]>
1 parent 9e7b51f commit 6c65513

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/grpc/lib/opentelemetry/instrumentation/grpc/patches

1 file changed

+1
-1
lines changed

instrumentation/grpc/lib/opentelemetry/instrumentation/grpc/patches/client_stub.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module Instrumentation
99
module Grpc
1010
module Patches
11-
# Module to be prepended to force GRPC to use the client interceptor by
11+
# Module to be prepended to force gRPC to use the client interceptor by
1212
# default so the user doesn't have to manually add it when initializing a client.
1313
module ClientStub
1414
def initialize(host, creds, **args)

0 commit comments

Comments
 (0)