summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/cl-series/metadata.xml')
-rw-r--r--dev-lisp/cl-series/metadata.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-lisp/cl-series/metadata.xml b/dev-lisp/cl-series/metadata.xml
index 3c157b873109..c183edb26ad4 100644
--- a/dev-lisp/cl-series/metadata.xml
+++ b/dev-lisp/cl-series/metadata.xml
@@ -3,14 +3,13 @@
<pkgmetadata>
<herd>common-lisp</herd>
<longdescription>
- This is Richard C. Waters' SERIES package for Common Lisp.
+This is Richard C. Waters' SERIES package for Common Lisp.
- A series is a data structure much like a sequence, with similar
- kinds of operations. The difference is that in many situations,
- operations on series may be composed functionally and yet execute
- iteratively, without the need to construct intermediate series
- values explicitly. In this manner, series provide both the clarity
- of a functional programming style and the efficiency of an iterative
- programming style.
+A series is a data structure much like a sequence, with similar kinds of
+operations. The difference is that in many situations, operations on series may
+be composed functionally and yet execute iteratively, without the need to
+construct intermediate series values explicitly. In this manner, series provide
+both the clarity of a functional programming style and the efficiency of an
+iterative programming style.
</longdescription>
</pkgmetadata>