diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:49:19 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:01 -0400 |
commit | 4d93d4155aac2847bf1d7ed64b68fbcc030cd861 (patch) | |
tree | bd4a4dd023d428ab7109380500a346fb335cbba6 /ruby/rubygem-fastercsv | |
parent | cb97d0c454567ba03a05f6406a24e20b8211785e (diff) |
ruby/rubygem-fastercsv: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'ruby/rubygem-fastercsv')
-rw-r--r-- | ruby/rubygem-fastercsv/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby/rubygem-fastercsv/README b/ruby/rubygem-fastercsv/README index 3d2e8a44ad25..8124fb203e5b 100644 --- a/ruby/rubygem-fastercsv/README +++ b/ruby/rubygem-fastercsv/README @@ -1,3 +1,3 @@ -FasterCSV is intended as a complete replacement to the CSV standard library. It -is significantly faster and smaller while still being pure Ruby code. It also -strives for a better interface. +FasterCSV is intended as a complete replacement to the CSV standard +library. It is significantly faster and smaller while still being pure +Ruby code. It also strives for a better interface. |