aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2017-02-21 10:08:26 -0800
committerGravatar GitHub <noreply@github.com>2017-02-21 10:08:26 -0800
commite96b6a247788c59347a84e0524830e96044d0c49 (patch)
tree801b917b070aab25a55259c08c511843662c749f /src/ruby
parent04bd54ac912f92f189a0c884c8ec01255390a17c (diff)
parent87b10b652ffbd42a78756f7c7ce24c9c4af28f43 (diff)
Merge pull request #9723 from vyper/patch-1
Fix class name on documentation
Diffstat (limited to 'src/ruby')
-rw-r--r--src/ruby/lib/grpc/generic/client_stub.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/lib/grpc/generic/client_stub.rb b/src/ruby/lib/grpc/generic/client_stub.rb
index 6934257cbc..d8de0beefb 100644
--- a/src/ruby/lib/grpc/generic/client_stub.rb
+++ b/src/ruby/lib/grpc/generic/client_stub.rb
@@ -84,7 +84,7 @@ module GRPC
# channel:
#
# - :channel_override
- # when present, this must be a pre-created GRPC::Channel. If it's
+ # when present, this must be a pre-created GRPC::Core::Channel. If it's
# present the host and arbitrary keyword arg areignored, and the RPC
# connection uses this channel.
#