diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
commit | 3f42e716135bc048b90cb6cca188f324e65c69dc (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/cln | |
parent | e127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff) | |
download | freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.gz freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.zst freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.zip |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'math/cln')
-rw-r--r-- | math/cln/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/cln/pkg-descr b/math/cln/pkg-descr index c49671f73cc3..3f2aea528730 100644 --- a/math/cln/pkg-descr +++ b/math/cln/pkg-descr @@ -1,5 +1,5 @@ CLN is a library for computations with all kinds of numbers. It has a -rich set of number classes: +rich set of number classes: - Integers (with unlimited precision), - Rational numbers, @@ -15,6 +15,6 @@ rich set of number classes: The subtypes of the complex numbers among these are exactly the types of numbers known to the Common Lisp language. Therefore CLN can be used for Common Lisp implementations, giving `CLN' another meaning: it -becomes an abbreviation of "Common Lisp Numbers". +becomes an abbreviation of "Common Lisp Numbers". WWW: http://www.ginac.de/CLN/ |