Skip to content

Commit

Permalink
Remove duplicates in doc file (#2914)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarusyk committed Mar 13, 2024
1 parent 102bd2b commit cf4385e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/default/commerce.md
Expand Up @@ -22,8 +22,6 @@ Faker::Commerce.price(range: 0..10.0, as_string: true) #=> "2.18"
Faker::Commerce.promotion_code #=> "AmazingDeal829102"
Faker::Commerce.promotion_code(digits: 2) #=> "AmazingPrice57"

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

# Generate a random brand
Faker::Commerce.brand #=> "Apple"

Expand Down

0 comments on commit cf4385e

Please sign in to comment.