aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar Leonardo Saraiva <vyper@maneh.org>2017-02-15 14:50:05 -0200
committerGravatar GitHub <noreply@github.com>2017-02-15 14:50:05 -0200
commit87b10b652ffbd42a78756f7c7ce24c9c4af28f43 (patch)
tree9e01495310c2a87dbd1c451e230aab77aeddefd3 /src/ruby
parent40d027afeb897eb0029ce9c815ecaf3c33c1104d (diff)
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.
#