aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/i18n.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-08-15 23:48:41 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-08-15 23:48:41 +0530
commit925f07fed9bb29af64788061cf41762eaad1b5eb (patch)
tree2d3513ad5f9b45830241c8b70151f062e25c6665 /guides/source/i18n.textile
parent6e84026091d24ca6b90499e43ff1bab07772acd4 (diff)
downloadrails-925f07fed9bb29af64788061cf41762eaad1b5eb.tar.gz
rails-925f07fed9bb29af64788061cf41762eaad1b5eb.tar.bz2
rails-925f07fed9bb29af64788061cf41762eaad1b5eb.zip
tiny formatting fix in i18n guide [ci skip]
Diffstat (limited to 'guides/source/i18n.textile')
-rw-r--r--guides/source/i18n.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.textile b/guides/source/i18n.textile
index c782539399..67863e590c 100644
--- a/guides/source/i18n.textile
+++ b/guides/source/i18n.textile
@@ -565,7 +565,7 @@ I18n.translate :thanks, :name => 'Jeremy'
# => 'Thanks Jeremy!'
</ruby>
-If a translation uses +:default+ or +:scope+ as an interpolation variable, an I+18n::ReservedInterpolationKey+ exception is raised. If a translation expects an interpolation variable, but this has not been passed to +#translate+, an +I18n::MissingInterpolationArgument+ exception is raised.
+If a translation uses +:default+ or +:scope+ as an interpolation variable, an +I18n::ReservedInterpolationKey+ exception is raised. If a translation expects an interpolation variable, but this has not been passed to +#translate+, an +I18n::MissingInterpolationArgument+ exception is raised.
h4. Pluralization