From e591b7b4e1825f34906664eb27aabd9aa6cc56b8 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Wed, 30 May 2012 22:28:58 +0530 Subject: some copy edits [ci skip] --- activesupport/lib/active_support/core_ext/array/conversions.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/core_ext/array/conversions.rb b/activesupport/lib/active_support/core_ext/array/conversions.rb index 2b7e9942bf..1e0de651c7 100644 --- a/activesupport/lib/active_support/core_ext/array/conversions.rb +++ b/activesupport/lib/active_support/core_ext/array/conversions.rb @@ -8,8 +8,8 @@ class Array # joined by the connector word. # # You can pass the following options to change the default behaviour. If you - # pass an option key that doesn't exist in the next list, it will raise an - # "Unknow key" error. + # pass an option key that doesn't exist in the list below, it will raise an + # ArgumentError. # # Options: # @@ -39,7 +39,7 @@ class Array # # Examples using :locale option: # - # # With the next locale dictionary: + # # Given this locale dictionary: # #  # # es: # # support: @@ -88,7 +88,7 @@ class Array # # class Blog < ActiveRecord::Base # def to_s - # title + # title # end # end # -- cgit v1.2.3