Fix class name on documentation

pull/9723/head
Leonardo Saraiva 8 years ago committed by GitHub
parent 40d027afeb
commit 87b10b652f
  1. 2
      src/ruby/lib/grpc/generic/client_stub.rb

@ -84,7 +84,7 @@ module GRPC
# channel: # channel:
# #
# - :channel_override # - :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 # present the host and arbitrary keyword arg areignored, and the RPC
# connection uses this channel. # connection uses this channel.
# #

Loading…
Cancel
Save