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

* gnu/packages/statistics (r-memoise): Fix grammar.
This commit is contained in:
Vagrant Cascadian 2020-04-12 16:18:46 -07:00
parent e49a6c82c2
commit e0a0a6df11
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -1505,7 +1505,7 @@ (define-public r-memoise
(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)))