Skip to content

Commit

Permalink
Update output for zip functions
Browse files Browse the repository at this point in the history
  • Loading branch information
yovasx2 authored and stympy committed Jan 7, 2017
1 parent 5786c41 commit 94db84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/address.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Faker::Address.secondary_address #=> "Apt. 672"

Faker::Address.building_number #=> "7304"

Faker::Address.zip_code #=> "58517"
Faker::Address.zip_code #=> "58517" or "23285-4905"

Faker::Address.zip #=> "58517"
Faker::Address.zip #=> "58517" or "66259-8212"

Faker::Address.postcode #=> "76032-4907" or "58517"

Expand Down

0 comments on commit 94db84f

Please sign in to comment.