diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 16:18:46 -0700 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 16:25:58 -0700 |
| commit | e0a0a6df11e524ab50ba3f330542fe00aed1be88 (patch) | |
| tree | d12c504a72ff36f3b21d1112192022f4e5518250 | |
| parent | e49a6c82c22d5a005ae289d8c34a49952ebc8a8c (diff) | |
gnu: r-memoise: Fix grammar of "allows to cache" to "caches".
* gnu/packages/statistics (r-memoise): Fix grammar.
| -rw-r--r-- | gnu/packages/statistics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index d3f75ce57b0..dfc04bb8145 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm | |||
| @@ -1505,7 +1505,7 @@ understand the language at a deeper level.") | |||
| 1505 | (home-page "https://github.com/hadley/memoise") | 1505 | (home-page "https://github.com/hadley/memoise") |
| 1506 | (synopsis "Memoise functions for R") | 1506 | (synopsis "Memoise functions for R") |
| 1507 | (description | 1507 | (description |
| 1508 | "This R package allows to cache the results of a function so that when | 1508 | "This R package caches the results of a function so that when |
| 1509 | you call it again with the same arguments it returns the pre-computed value.") | 1509 | you call it again with the same arguments it returns the pre-computed value.") |
| 1510 | (license license:expat))) | 1510 | (license license:expat))) |
| 1511 | 1511 | ||
