Skip to content

Commit

Permalink
Fix method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopacheco committed Mar 6, 2024
1 parent 01ae706 commit 1f5b2af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CreateBidStandardContract < Contracts::ApplicationContract
end

# Validation for value bid.
# must be greater than or equal to the auction's initial bid.
# must be greater than or equal to the auction's minimal bid.
rule(:value_cents) do |context:|
standard_auction_valid_bid?(key, value, context[:auction].minimal_bid_cents)
end
Expand Down

0 comments on commit 1f5b2af

Please sign in to comment.