summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 16:18:46 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 16:25:58 -0700
commite0a0a6df11e524ab50ba3f330542fe00aed1be88 (patch)
treed12c504a72ff36f3b21d1112192022f4e5518250
parente49a6c82c22d5a005ae289d8c34a49952ebc8a8c (diff)
downloadpatches-e0a0a6df11e524ab50ba3f330542fe00aed1be88.tar
patches-e0a0a6df11e524ab50ba3f330542fe00aed1be88.tar.gz
gnu: r-memoise: Fix grammar of "allows to cache" to "caches".
* gnu/packages/statistics (r-memoise): Fix grammar.
-rw-r--r--gnu/packages/statistics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d3f75ce57b..dfc04bb814 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)))