From 191628f3594dee81a62a73325f8a2acc8b815266 Mon Sep 17 00:00:00 2001 From: Nathaniel Manista Date: Thu, 26 Feb 2015 23:34:08 +0000 Subject: [PATCH] "Rubyclient" -> "Ruby client" typo correction. --- ruby/route_guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/route_guide/README.md b/ruby/route_guide/README.md index 71003b52eb2..39835695b3a 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 ## 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