Skip to content

Commit

Permalink
Remove duplicate method description (faker-ruby#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacso authored and vbrazo committed Nov 15, 2019
1 parent 141d01c commit e9842be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/default/commerce.md
Expand Up @@ -8,7 +8,7 @@ Faker::Commerce.department #=> "Grocery, Health & Beauty"
Faker::Commerce.department(max: 5) #=> "Grocery, Books, Health & Beauty"
Faker::Commerce.department(max: 2, fixed_amount: true) #=> "Books & Tools"

Faker::Commerce.material #=> "Steel"
Faker::Commerce.material #=> "Plastic"

Faker::Commerce.product_name #=> "Practical Granite Shirt"

Expand All @@ -21,6 +21,4 @@ Faker::Commerce.price(range: 0..10.0, as_string: true) #=> "2.18"
# Keyword arguments: digits
Faker::Commerce.promotion_code #=> "AmazingDeal829102"
Faker::Commerce.promotion_code(digits: 2) #=> "AmazingPrice57"

Faker::Commerce.material #=> "Plastic"
```

0 comments on commit e9842be

Please sign in to comment.