Skip to content

Commit

Permalink
Fix typo in music.md (#852)
Browse files Browse the repository at this point in the history
Chord return value is not commented out
  • Loading branch information
martinbjeldbak authored and stympy committed Mar 18, 2017
1 parent 74b6a06 commit 435044f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/music.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```ruby
Faker::Music.key #=> "C"

Faker::Music.chord => "Amaj7"
Faker::Music.chord #=> "Amaj7"

Faker::Music.instrument #=> "Ukelele"
```

0 comments on commit 435044f

Please sign in to comment.