aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-02-26 23:34:08 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-02-26 23:34:08 +0000
commit191628f3594dee81a62a73325f8a2acc8b815266 (patch)
treeb9e3090f5f174dd3676c5e1040eccd77918b1a2c /ruby
parentfd16f0604775ff6e00a02800e09845f3fce96d09 (diff)
"Rubyclient" -> "Ruby client" typo correction.
Diffstat (limited to 'ruby')
-rw-r--r--ruby/route_guide/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/route_guide/README.md b/ruby/route_guide/README.md
index 71003b52eb..39835695b3 100644
--- a/ruby/route_guide/README.md
+++ b/ruby/route_guide/README.md
@@ -199,7 +199,7 @@ As you can see, we build and start our server using a `GRPC::RpcServer`. To do t
<a name="client"></a>
## Creating the client
-In this section, we'll look at creating a Rubyclient for our `RouteGuide` service. You can see our complete example client code in [grpc-common/ruby/route_guide/route_guide_client.rb](https://github.com/grpc/grpc-common/blob/master/ruby/route_guide/route_guide_client.rb).
+In this section, we'll look at creating a Ruby client for our `RouteGuide` service. You can see our complete example client code in [grpc-common/ruby/route_guide/route_guide_client.rb](https://github.com/grpc/grpc-common/blob/master/ruby/route_guide/route_guide_client.rb).
### Creating a stub