me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-ieee-floats: Fix grammar of "allows to convert" to "converts".

* gnu/packages/lisp-xyz (sbcl-ieee-floats): Fix grammar.
master
Vagrant Cascadian 2020-04-12 15:33:42 -07:00
parent 61fa3c6732
commit c05181a337
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -5502,7 +5502,7 @@ and @code{kqueue(2)}), a pathname library and file-system utilities.")
(native-inputs
`(("fiveam" ,sbcl-fiveam)))
(synopsis "IEEE 754 binary representation for floats in Common Lisp")
(description "This is a Common Lisp library that allows to convert
(description "This is a Common Lisp library that converts
floating point values to IEEE 754 binary representation.")
(license license:bsd-3))))