Skip to content

Commit

Permalink
Fix documentation description
Browse files Browse the repository at this point in the history
Co-Authored-By: Connor Shea <connor.james.shea@gmail.com>
  • Loading branch information
AmrAdelKhalil and connorshea committed Sep 19, 2019
1 parent 01829ff commit ed55424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/default/date.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Faker::Date.backward(days: 14) #=> "Fri, 19 Sep 2014"
# Keyword arguments: min_age, max_age
Faker::Date.birthday(min_age: 18, max_age: 65) #=> "Mar, 28 Mar 1986"

# Random date for range of this year
# Random date in current year
Faker::Internet.in_date_period #=> #<Date: 2019-09-01>

# Random date for range of year 2018 and month 2
Expand Down

0 comments on commit ed55424

Please sign in to comment.