guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: r-memoise: Fix grammar of "allows to cache" to "caches".


From: guix-commits
Subject: 03/07: gnu: r-memoise: Fix grammar of "allows to cache" to "caches".
Date: Sun, 12 Apr 2020 19:26:24 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit e0a0a6df11e524ab50ba3f330542fe00aed1be88
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 16:18:46 2020 -0700

    gnu: r-memoise: Fix grammar of "allows to cache" to "caches".
    
    * gnu/packages/statistics (r-memoise): Fix grammar.
---
 gnu/packages/statistics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d3f75ce..dfc04bb 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1505,7 +1505,7 @@ understand the language at a deeper level.")
     (home-page "https://github.com/hadley/memoise";)
     (synopsis "Memoise functions for R")
     (description
-     "This R package allows to cache the results of a function so that when
+     "This R package caches the results of a function so that when
 you call it again with the same arguments it returns the pre-computed value.")
     (license license:expat)))
 



reply via email to

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