From f45caa14f6e239afac1eb66910a2d1f6fd59abf2 Mon Sep 17 00:00:00 2001 From: jeg2 Date: Tue, 3 Mar 2009 20:20:08 +0000 Subject: * lib/csv.rb: Some minor documentation fixes from Gregory Brown. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/csv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/csv.rb b/lib/csv.rb index 774f9c3ef3..8adc2973b9 100644 --- a/lib/csv.rb +++ b/lib/csv.rb @@ -2238,10 +2238,10 @@ class CSV end # - # This method is an encoding safe version of Regexp::escape(). I will escape + # This method is an encoding safe version of Regexp::escape(). It will escape # any characters that would change the meaning of a regular expression in the # encoding of +str+. Regular expression characters that cannot be transcoded - # to the target encodign will be skipped and no escaping will be performed if + # to the target encoding will be skipped and no escaping will be performed if # a backslash cannot be transcoded. # def escape_re(str) -- cgit v1.2.3