diff options
author | jeg2 <jeg2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-03 20:20:08 +0000 |
---|---|---|
committer | jeg2 <jeg2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-03 20:20:08 +0000 |
commit | 2949915f533f47ac21d29d85fba2f942f480a952 (patch) | |
tree | d8c143e3e13a99a6e089d3b781d0a08666d3e08a /lib | |
parent | 1d47275b82586e2fb35e230b379a67357d106686 (diff) | |
download | ruby-2949915f533f47ac21d29d85fba2f942f480a952.tar.gz ruby-2949915f533f47ac21d29d85fba2f942f480a952.tar.xz ruby-2949915f533f47ac21d29d85fba2f942f480a952.zip |
* lib/csv.rb: Some minor documentation fixes from Gregory Brown.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r-- | lib/csv.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csv.rb b/lib/csv.rb index 774f9c3ef..8adc2973b 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) |