aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_support_core_extensions.textile
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2011-06-01 17:48:09 +0900
committerAkira Matsuda <ronnie@dio.jp>2011-06-01 17:48:09 +0900
commit90887cbb355f583931cba70adc460b88fca7395f (patch)
tree6a6c6eb921be7c8635da3a961af659591550b7d7 /railties/guides/source/active_support_core_extensions.textile
parent6014e1d3258baef4e5b08a29876b7758363c2c22 (diff)
downloadrails-90887cbb355f583931cba70adc460b88fca7395f.tar.gz
rails-90887cbb355f583931cba70adc460b88fca7395f.tar.bz2
rails-90887cbb355f583931cba70adc460b88fca7395f.zip
s/a/an/
Diffstat (limited to 'railties/guides/source/active_support_core_extensions.textile')
-rw-r--r--railties/guides/source/active_support_core_extensions.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile
index 12c2f2413b..7512f7bcb9 100644
--- a/railties/guides/source/active_support_core_extensions.textile
+++ b/railties/guides/source/active_support_core_extensions.textile
@@ -868,7 +868,7 @@ The macro accepts several methods:
delegate :name, :age, :address, :twitter, :to => :profile
</ruby>
-When interpolated into a string, the +:to+ option should become an expression that evaluates to the object the method is delegated to. Typically a string or symbol. Such a expression is evaluated in the context of the receiver:
+When interpolated into a string, the +:to+ option should become an expression that evaluates to the object the method is delegated to. Typically a string or symbol. Such an expression is evaluated in the context of the receiver:
<ruby>
# delegates to the Rails constant