aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-01-14 22:10:22 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-01-14 22:10:22 +0530
commit31767b003227148ce06b7c8df0f533b7cdeddd9b (patch)
tree77d45443c223e0bcac9e0a9ce72cae6211f605c2
parent5f5e3b7e23f9c1534ba2a67e827a95c682ab0f3f (diff)
downloadrails-31767b003227148ce06b7c8df0f533b7cdeddd9b.tar.gz
rails-31767b003227148ce06b7c8df0f533b7cdeddd9b.tar.bz2
rails-31767b003227148ce06b7c8df0f533b7cdeddd9b.zip
ends_width => ends_with
-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 9a1f913ded..c283a9bd99 100644
--- a/railties/guides/source/active_support_core_extensions.textile
+++ b/railties/guides/source/active_support_core_extensions.textile
@@ -1264,7 +1264,7 @@ Active Support adds that functionality to <tt>%</tt> in previous versions of Rub
NOTE: Defined in +active_support/core_ext/string/interpolation.rb+.
-h4. +starts_with?+ and +ends_width?+
+h4. +starts_with?+ and +ends_with?+
Active Support defines 3rd person aliases of +String#start_with?+ and +String#end_with?+: