aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-08-30 22:24:38 +0200
committerXavier Noria <fxn@hashref.com>2009-08-30 22:24:38 +0200
commit93c76b2fb08668bc4b8364cc8051476e6d1d15ba (patch)
treea64fd9392b2c6321582e5172b09c1677828cf179
parent755fd0ba8205f6a1f5b89b02301176ab5fc0b3e2 (diff)
downloadrails-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
-rw-r--r--railties/guides/source/active_support_overview.textile2
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 # => ""