From 756f762cdb1ee5ad0046e40e3620399d1707fee7 Mon Sep 17 00:00:00 2001
From: Norman Clarke <norman@njclarke.com>
Date: Mon, 3 May 2010 10:16:38 -0300
Subject: Fix transliteration rule example in docs. [#4526 state:resolved]

Signed-off-by: Xavier Noria <fxn@hashref.com>
---
 activesupport/lib/active_support/inflector/transliterate.rb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/activesupport/lib/active_support/inflector/transliterate.rb b/activesupport/lib/active_support/inflector/transliterate.rb
index 5ec87372d0..2c9115c427 100644
--- a/activesupport/lib/active_support/inflector/transliterate.rb
+++ b/activesupport/lib/active_support/inflector/transliterate.rb
@@ -24,8 +24,9 @@ module ActiveSupport
     #   # Store the transliterations in locales/de.yml
     #   i18n:
     #     transliterate:
-    #       ü: "ue"
-    #       ö: "oe"
+    #       :rule
+    #         ü: "ue"
+    #         ö: "oe"
     #
     #   # Or set them using Ruby
     #   I18n.backend.store_translations(:de, :i18n => {
-- 
cgit v1.2.3