From 9ad861f37b058cabc1bdab3f5f274d045dfae31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ka=C5=BAmierczak?= Date: Tue, 17 Dec 2024 23:01:39 +0100 Subject: [PATCH] Update instrumentation/grpc/lib/opentelemetry/instrumentation/grpc/patches/client_stub.rb Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com> --- .../opentelemetry/instrumentation/grpc/patches/client_stub.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/grpc/lib/opentelemetry/instrumentation/grpc/patches/client_stub.rb b/instrumentation/grpc/lib/opentelemetry/instrumentation/grpc/patches/client_stub.rb index 10da54220..5d9367eaf 100644 --- a/instrumentation/grpc/lib/opentelemetry/instrumentation/grpc/patches/client_stub.rb +++ b/instrumentation/grpc/lib/opentelemetry/instrumentation/grpc/patches/client_stub.rb @@ -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)