guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 03/05: gnu: emacs-closql: Fix grammar of "allows to store" to "stores".
Date: Sun, 12 Apr 2020 18:17:38 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit f80d5102a8ce3af1fd749358d7f1c13dfab00f09
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 15:12:32 2020 -0700

    gnu: emacs-closql: Fix grammar of "allows to store" to "stores".
    
    * gnu/packages/emacs-xyz (emacs-closql): Fix grammar.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3286d20..7df0b1d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]