Skip to content

Commit

Permalink
Fixing brittspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Dutro committed Dec 12, 2012
1 parent ee8d5b2 commit 0e0d099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -119,7 +119,7 @@ dt.to_short_s # ...etc
Besides the default date formats, CLDR supports a number of additional ones. The list of available formats varys for each locale. To get a full list, use the `additional_formats_for` method:

```ruby
# ["EEEEd", "Ed", "GGGGyMd", "H", "Hm", "Hms", "M", "MEd", "MMM", "MMMEEEEd", "MMMEd", ... ]
# ["EEEEd", "Ed", "GGGGyMd", "H", "Hm", "Hms", "M", "MEd", "MMM", "MMMEEEEd", "MMMEd", ... ]
TwitterCldr::Formatters::DateTimeFormatter.additional_formats_for(:ja)
```

Expand Down

0 comments on commit 0e0d099

Please sign in to comment.