summaryrefslogtreecommitdiff
path: root/www/ruby-htmlsplit
diff options
context:
space:
mode:
authorwiz <wiz>2001-09-08 01:51:59 +0000
committerwiz <wiz>2001-09-08 01:51:59 +0000
commit92282b3201c2748a63929a0e2a13eba15d8d10c2 (patch)
tree6108629177243e9702c961f85a1d835de2f6296f /www/ruby-htmlsplit
parente54249e04950f2a450411dcb49120fe708289f11 (diff)
downloadpkgsrc-92282b3201c2748a63929a0e2a13eba15d8d10c2.tar.gz
Various changes: mostly removing 'WWW:' lines, since that's what we have
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
Diffstat (limited to 'www/ruby-htmlsplit')
-rw-r--r--www/ruby-htmlsplit/pkg/DESCR4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ruby-htmlsplit/pkg/DESCR b/www/ruby-htmlsplit/pkg/DESCR
index 332795a9f33..844bd81942e 100644
--- a/www/ruby-htmlsplit/pkg/DESCR
+++ b/www/ruby-htmlsplit/pkg/DESCR
@@ -1,4 +1,4 @@
Ruby HTML Split library
-It parse into array of tag and string, and result would be back to
-HTML by to_s method.
+It parses HTML into an array of tag and string; the result could be
+converted back to HTML by the to_s method.