From c842dbf16dd28e2fa5f7057cfac9604376638d09 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 1 Jun 2009 00:24:00 +0200 Subject: simplifies a sentence --- railties/guides/source/active_support_overview.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile index ef206422ed..3bdaa022e0 100644 --- a/railties/guides/source/active_support_overview.textile +++ b/railties/guides/source/active_support_overview.textile @@ -222,7 +222,7 @@ h3. Extensions to +Array+ h4. Accessing -Active Support augments the API of arrays to ease certain ways of accessing them or subsets of them. For example, +to+ returns the subarray of elements up to the one at the passed index: +Active Support augments the API of arrays to ease certain ways of accessing them. For example, +to+ returns the subarray of elements up to the one at the passed index: %w(a b c d).to(2) # => %w(a b c) -- cgit v1.2.3