summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 15:33:42 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 15:37:39 -0700
commitc05181a337d91ec914c494b01d15ff256bf59ba4 (patch)
tree552794cfa2a81ba19fec15ba872bcc9b54ba8152
parent61fa3c67325612ed5da64df0d2b71fd8d74f4f44 (diff)
gnu: sbcl-ieee-floats: Fix grammar of "allows to convert" to "converts".
* gnu/packages/lisp-xyz (sbcl-ieee-floats): Fix grammar.
-rw-r--r--gnu/packages/lisp-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 024daa44819..3ea194db13e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5502,7 +5502,7 @@ and @code{kqueue(2)}), a pathname library and file-system utilities.")
5502 (native-inputs 5502 (native-inputs
5503 `(("fiveam" ,sbcl-fiveam))) 5503 `(("fiveam" ,sbcl-fiveam)))
5504 (synopsis "IEEE 754 binary representation for floats in Common Lisp") 5504 (synopsis "IEEE 754 binary representation for floats in Common Lisp")
5505 (description "This is a Common Lisp library that allows to convert 5505 (description "This is a Common Lisp library that converts
5506floating point values to IEEE 754 binary representation.") 5506floating point values to IEEE 754 binary representation.")
5507 (license license:bsd-3)))) 5507 (license license:bsd-3))))
5508 5508