Skip to content

Commit

Permalink
Fix documentation on Faker::Ethereum (faker-ruby#1004)
Browse files Browse the repository at this point in the history
The eth address in the example result is invalid.
  • Loading branch information
gaga5lala committed Feb 4, 2019
1 parent 94cb165 commit 9b46669
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/unreleased/blockchain/ethereum.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Available since version 1.9.0.

```ruby
Faker::Blockchain::Ethereum.address #=> "c38bbc8e93c09f6ed3fe39b5135da91ad1a99d397ef16948606cdcbd14929f9d"
Faker::Blockchain::Ethereum.address #=> "0xd392b0c0500700d02d27ab30805ec80ddd3320ff"
```
2 changes: 1 addition & 1 deletion doc/v1.9.1/ethereum.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Available since version 1.9.0.

```ruby
Faker::Ethereum.address #=> "c38bbc8e93c09f6ed3fe39b5135da91ad1a99d397ef16948606cdcbd14929f9d"
Faker::Ethereum.address #=> "0xd392b0c0500700d02d27ab30805ec80ddd3320ff"
```
2 changes: 1 addition & 1 deletion doc/v1.9.2/blockchain/ethereum.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Available since version 1.9.0.

```ruby
Faker::Blockchain::Ethereum.address #=> "c38bbc8e93c09f6ed3fe39b5135da91ad1a99d397ef16948606cdcbd14929f9d"
Faker::Blockchain::Ethereum.address #=> "0xd392b0c0500700d02d27ab30805ec80ddd3320ff"
```

0 comments on commit 9b46669

Please sign in to comment.