Skip to content

Commit

Permalink
Fixed example in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Mar 24, 2012
1 parent bb72c07 commit 0a81664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Convert numbers to words using the I18n library.
=> "один дециллион"

[1, 2, 3].to_words
=> "[one, two, three]"
=> "[один, два, три]"
=> ["one", "two", "three"]
=> ["один", "два", "три"]

[11, 22, 133].to_words
=> ["eleven", "twenty-two", "one hundred thirty-three"]
Expand Down

0 comments on commit 0a81664

Please sign in to comment.