Skip to content

Commit 4630319

Browse files
Merge pull request #3060 from jethrodaniel/fix-typo
fix a typo
2 parents 0a42b17 + dbe6811 commit 4630319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/faker/default/invoice.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ class << self
1313
# @return [Integer]
1414
#
1515
# @example
16-
# Faker::Finance.amount_between #=> 0
17-
# Faker::Finance.amount_between(0, 10) #=> 4.33
16+
# Faker::Invoice.amount_between #=> 0
17+
# Faker::Invoice.amount_between(from: 0, to: 10) #=> 4.33
1818
#
1919
# @faker.version 1.9.0
2020
def amount_between(from: 0, to: 0)

0 commit comments

Comments
 (0)