diff --git a/lib/fog/aws/requests/storage/complete_multipart_upload.rb b/lib/fog/aws/requests/storage/complete_multipart_upload.rb index 65834270c..e6b40158a 100644 --- a/lib/fog/aws/requests/storage/complete_multipart_upload.rb +++ b/lib/fog/aws/requests/storage/complete_multipart_upload.rb @@ -12,7 +12,7 @@ module Fog # @param [String] upload_id Id of upload to add part to # @param [Array] parts Array of etags as Strings for parts # - # @return Excon::Response + # @return [Excon::Response] # * headers (Hash) # * Bucket (String) -- bucket of new object # * ETag (String) -- etag of new object (will be needed to complete upload) @@ -45,4 +45,4 @@ module Fog end # Real end # Storage end # AWS -end # Fog \ No newline at end of file +end # Fog