summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2020-01-03 20:17:46 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:36 +0100
commitbcad9aebb05a33c65715cef13d406d856a9fd294 (patch)
treeb5c3ae1a593f1a34c3283ffd3a2d85cc8bd6bd43 /perl
parent23187026409234053a767e8380b923591d9f4dbb (diff)
downloadslackbuilds-bcad9aebb05a33c65715cef13d406d856a9fd294.tar.gz
perl/perl-Set-IntSpan: Fix slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Set-IntSpan/slack-desc4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/perl-Set-IntSpan/slack-desc b/perl/perl-Set-IntSpan/slack-desc
index 0dfc08ac70..41dfd98f7a 100644
--- a/perl/perl-Set-IntSpan/slack-desc
+++ b/perl/perl-Set-IntSpan/slack-desc
@@ -9,11 +9,11 @@
perl-Set-IntSpan: perl-Set-IntSpan (Manages sets of integers)
perl-Set-IntSpan:
perl-Set-IntSpan: Set::IntSpan manages sets of integers. It is optimized for sets that
-perl-Set-IntSpan: have long runs of consecutive integers. These arise, for example, in
+perl-Set-IntSpan: have long runs of consecutive integers. These arise, for example, in
perl-Set-IntSpan: .newsrc files, which maintain lists of articles:
perl-Set-IntSpan:
perl-Set-IntSpan: alt.foo: 1-21,28,31
perl-Set-IntSpan: alt.bar: 1-14192,14194,14196-14221
perl-Set-IntSpan:
-perl-Set-IntSpan:A run of consecutive integers is also called a span.
+perl-Set-IntSpan: A run of consecutive integers is also called a span.
perl-Set-IntSpan: