Skip to content

Commit 876ddda

Browse files
author
Sergio Gomes
committed
Minor doc fix
1 parent 83d4119 commit 876ddda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/google/api_client/service/batch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Service
2323
# Helper class to contain the result of an individual batched call.
2424
#
2525
class BatchedCallResult < Result
26-
# @return [String] UUID of the call
26+
# @return [Fixnum] Index of the call
2727
def call_index
2828
return @base_result.response.call_id.to_i - 1
2929
end

0 commit comments

Comments
 (0)