Skip to content

Commit

Permalink
Updated the internet faker docs for v1.9.2 and unreleased. (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstebo authored and vbrazo committed Feb 2, 2019
1 parent a4c429e commit 94cb165
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/unreleased/default/internet.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Faker::Internet.username(5..8)
Faker::Internet.username(8)

# Optional arguments: min_length=8, max_length=16
Faker::Internet.password #=> "vg5msvy1uerg7"
Faker::Internet.password #=> "Vg5mSvY1UeRg7"

Faker::Internet.password(8) #=> "yfgjik0hgzdqs0"
Faker::Internet.password(8) #=> "YfGjIk0hGzDqS0"

Faker::Internet.password(10, 20) #=> "eoc9shwd1hwq4vbgfw"
Faker::Internet.password(10, 20) #=> "EoC9ShWd1hWq4vBgFw"

Faker::Internet.password(10, 20, true) #=> "3k5qS15aNmG"

Expand Down
6 changes: 3 additions & 3 deletions doc/v1.9.2/default/internet.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Faker::Internet.username(5..8)
Faker::Internet.username(8)

# Optional arguments: min_length=8, max_length=16
Faker::Internet.password #=> "vg5msvy1uerg7"
Faker::Internet.password #=> "Vg5mSvY1UeRg7"

Faker::Internet.password(8) #=> "yfgjik0hgzdqs0"
Faker::Internet.password(8) #=> "YfGjIk0hGzDqS0"

Faker::Internet.password(10, 20) #=> "eoc9shwd1hwq4vbgfw"
Faker::Internet.password(10, 20) #=> "EoC9ShWd1hWq4vBgFw"

Faker::Internet.password(10, 20, true) #=> "3k5qS15aNmG"

Expand Down

0 comments on commit 94cb165

Please sign in to comment.