gnu: emacs-closql: Fix grammar of "allows to store" to "stores".

* gnu/packages/emacs-xyz (emacs-closql): Fix grammar.
This commit is contained in:
Vagrant Cascadian 2020-04-12 15:12:32 -07:00
parent 99f53a13d1
commit f80d5102a8
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -12594,7 +12594,7 @@ (define-public emacs-closql
(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