From 876dddad36fa1c69ff3d827cfcfb0d01c2fdb1bb Mon Sep 17 00:00:00 2001 From: Sergio Gomes Date: Mon, 7 Oct 2013 18:11:45 +0100 Subject: [PATCH] Minor doc fix --- lib/google/api_client/service/batch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/google/api_client/service/batch.rb b/lib/google/api_client/service/batch.rb index 7aa749c04e..7a25776a3c 100644 --- a/lib/google/api_client/service/batch.rb +++ b/lib/google/api_client/service/batch.rb @@ -23,7 +23,7 @@ module Google # Helper class to contain the result of an individual batched call. # class BatchedCallResult < Result - # @return [String] UUID of the call + # @return [Fixnum] Index of the call def call_index return @base_result.response.call_id.to_i - 1 end -- 2.30.2