gnu: emacs-closql: Fix grammar of "allows to store" to "stores".
authorVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 22:12:32 +0000 (15:12 -0700)
committerVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 22:17:09 +0000 (15:17 -0700)
* gnu/packages/emacs-xyz (emacs-closql): Fix grammar.

gnu/packages/emacs-xyz.scm

index 3286d20..7df0b1d 100644 (file)
@@ -12594,7 +12594,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
       (home-page "https://github.com/emacscollective/closql")
       (synopsis "Store EIEIO objects using EmacSQL")
       (description
-       "This package allows to store uniform EIEIO objects in an EmacSQL
+       "This package stores uniform EIEIO objects in an EmacSQL
 database.  SQLite is used as backend.  This library imposes some restrictions
 on what kind of objects can be stored; it isn't intended to store arbitrary
 objects.  All objects have to share a common superclass and subclasses cannot