Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
Closes #58
  • Loading branch information
hakanensari committed Mar 3, 2016
1 parent 0b0b464 commit d340089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mws/products/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def get_lowest_priced_offers_for_sku(seller_sku, item_condition, opts = {})
# Gets lowest priced offers for a single product, based on ASIN
#
# @see http://docs.developer.amazonservices.com/en_MX/products/Products_GetLowestPricedOffersForASIN.html
# @overload get_lowest_priced_offers_for_sku(asin, item_condition, opts = { marketplace_id: primary_marketplace_id })
# @overload get_lowest_priced_offers_for_asin(asin, item_condition, opts = { marketplace_id: primary_marketplace_id })
# @param [String] asin
# @param [String] item_condition
# @param [Hash] opts
Expand Down

0 comments on commit d340089

Please sign in to comment.