Skip to content

Commit

Permalink
Fix docs for decimals type
Browse files Browse the repository at this point in the history
  • Loading branch information
bradly committed Aug 17, 2023
1 parent 85ab1f7 commit c6f6c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faker/default/commerce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def vendor
# Produces a random product rating.
#
# @param range [Range] A range to generate the rating number within. Defaults to 0..5.0.
# @param decimals [float] Max number of decimals to generate. Defaults to 1
# @param decimals [Integer] Max number of decimals to generate. Defaults to 1
#
# @return [Float]
#
Expand Down

0 comments on commit c6f6c10

Please sign in to comment.