diff --git a/lib/google/api_client/service/batch.rb b/lib/google/api_client/service/batch.rb index 7aa749c04..7a25776a3 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