Skip to content

Commit

Permalink
Fix wrong param name used in docs for method definition
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Mar 30, 2024
1 parent 635f0cd commit 10efe72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uploadcare/entity/conversion/base_converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class BaseConverter < Entity
class << self
# Converts files
#
# @param doc_params [Array] of hashes with params or [Hash]
# @param params [Array] of hashes with params or [Hash]
# @option options [Boolean] :store whether to store file on servers.
def convert(params, options = {})
files_params = params.is_a?(Hash) ? [params] : params
Expand Down

0 comments on commit 10efe72

Please sign in to comment.