diff options
author | yui-knk <spiketeika@gmail.com> | 2014-11-29 10:06:40 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2014-11-29 10:06:40 +0900 |
commit | 61b39c0e39b23385a9b09565fde9a44f47efe2a5 (patch) | |
tree | 69e92b172ce16c2e6f355723ca476ee5cec168d2 | |
parent | b599f99281d54047751e48789c44b73ccaec124c (diff) | |
download | rails-61b39c0e39b23385a9b09565fde9a44f47efe2a5.tar.gz rails-61b39c0e39b23385a9b09565fde9a44f47efe2a5.tar.bz2 rails-61b39c0e39b23385a9b09565fde9a44f47efe2a5.zip |
[ci skip] fix class name
-rw-r--r-- | guides/source/i18n.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md index f6cbc1823a..75b5275245 100644 --- a/guides/source/i18n.md +++ b/guides/source/i18n.md @@ -626,7 +626,7 @@ entry[count == 1 ? 0 : 1] I.e. the translation denoted as `:one` is regarded as singular, the other is used as plural (including the count being zero). -If the lookup for the key does not return a Hash suitable for pluralization, an `18n::InvalidPluralizationData` exception is raised. +If the lookup for the key does not return a Hash suitable for pluralization, an `I18n::InvalidPluralizationData` exception is raised. ### Setting and Passing a Locale |