Skip to content

Commit

Permalink
Fix typo in doc-sctrings
Browse files Browse the repository at this point in the history
  • Loading branch information
v-kolesnikov committed Jul 15, 2023
1 parent dde84e9 commit 84247ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/roda/plugins/mail_processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def #{field}
end

# Perform the processing of mail for this request, first considering
# routes defined via the the class-level +rcpt+ method, and then the
# routes defined via the class-level +rcpt+ method, and then the
# normal routing tree passed in as the block.
def process_mail(&block)
if string_routes = opts[:mail_processor_string_routes]
Expand Down
2 changes: 1 addition & 1 deletion lib/roda/plugins/typecast_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def all_errors
end

# The reason behind this error. If this error was caused by a conversion method,
# this will be the the conversion method symbol. If this error was caused
# this will be the conversion method symbol. If this error was caused
# because a value was missing, then it will be +:missing+. If this error was
# caused because a value was not the correct type, then it will be +:invalid_type+.
attr_accessor :reason
Expand Down

0 comments on commit 84247ca

Please sign in to comment.