Fixed minor error in YARD documentation format.
authorBob Aman <bobaman@google.com>
Tue, 5 Oct 2010 23:50:27 +0000 (23:50 +0000)
committerBob Aman <bobaman@google.com>
Tue, 5 Oct 2010 23:50:27 +0000 (23:50 +0000)
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@42 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef

lib/google/api_client.rb

index 9914f62d084dee672d3472d2a6d589a4972466f7..6ea179b0beb4bf150854c42b414c2f1909116d53 100644 (file)
@@ -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.