[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: sbcl-ieee-floats: Fix grammar of "allows to convert" to "con
From: |
guix-commits |
Subject: |
03/04: gnu: sbcl-ieee-floats: Fix grammar of "allows to convert" to "converts". |
Date: |
Sun, 12 Apr 2020 18:38:02 -0400 (EDT) |
vagrantc pushed a commit to branch master
in repository guix.
commit c05181a337d91ec914c494b01d15ff256bf59ba4
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 15:33:42 2020 -0700
gnu: sbcl-ieee-floats: Fix grammar of "allows to convert" to "converts".
* gnu/packages/lisp-xyz (sbcl-ieee-floats): Fix grammar.
---
gnu/packages/lisp-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 024daa4..3ea194d 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.")
(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))))