diff options
author | Xavier Noria <fxn@hashref.com> | 2009-08-30 22:24:38 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-08-30 22:24:38 +0200 |
commit | 93c76b2fb08668bc4b8364cc8051476e6d1d15ba (patch) | |
tree | a64fd9392b2c6321582e5172b09c1677828cf179 /railties/guides/source/active_support_overview.textile | |
parent | 755fd0ba8205f6a1f5b89b02301176ab5fc0b3e2 (diff) | |
download | rails-93c76b2fb08668bc4b8364cc8051476e6d1d15ba.tar.gz rails-93c76b2fb08668bc4b8364cc8051476e6d1d15ba.tar.bz2 rails-93c76b2fb08668bc4b8364cc8051476e6d1d15ba.zip |
AS guide: your lovely typo only seen in github diff even if you reviewed the snippet a hundred times before pushing
Diffstat (limited to 'railties/guides/source/active_support_overview.textile')
-rw-r--r-- | railties/guides/source/active_support_overview.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile index fb14de8852..ca1480b626 100644 --- a/railties/guides/source/active_support_overview.textile +++ b/railties/guides/source/active_support_overview.textile @@ -821,7 +821,7 @@ h4. Conversions h5. +to_sentence+ -The method +to_sentence+ turns an array into a string containing a sentence the enumerates its items: +The method +to_sentence+ turns an array into a string containing a sentence that enumerates its items: <ruby> %w().to_sentence # => "" |