From 82d480e924e6a4975b885d3a6c5100b2d4e9bd58 Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Tue, 5 Oct 2010 23:50:27 +0000 Subject: [PATCH] Fixed minor error in YARD documentation format. git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@42 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef --- lib/google/api_client.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/google/api_client.rb b/lib/google/api_client.rb index 9914f62d0..6ea179b0b 100644 --- a/lib/google/api_client.rb +++ b/lib/google/api_client.rb @@ -228,7 +228,7 @@ module Google # The method object or the RPC name of the method being executed. # @param [Hash, Array] parameters # The parameters to send to the method. - # @param [String] The body of the request. + # @param [String] body The body of the request. # @param [Hash, Array] headers The HTTP headers for the request. # @param [Hash] options # The configuration parameters for the request. @@ -279,7 +279,7 @@ module Google # The method object or the RPC name of the method being executed. # @param [Hash, Array] parameters # The parameters to send to the method. - # @param [String] The body of the request. + # @param [String] body The body of the request. # @param [Hash, Array] headers The HTTP headers for the request. # @param [Hash] options # The configuration parameters for the request.