gnu: emacs-buttercup: Fix grammar of "allows to group" to "groups".

* gnu/packages/emacs-xyz (emacs-buttercup): Fix grammar.
This commit is contained in:
Vagrant Cascadian 2020-04-12 15:24:47 -07:00
parent 72b3ed6d3b
commit ca105ad2d7
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -17563,7 +17563,7 @@ (define-public emacs-buttercup
(home-page "https://github.com/jorgenschaefer/emacs-buttercup")
(synopsis "Behavior driven emacs lisp testing framework")
(description "Buttercup is a behavior-driven development framework for
testing Emacs Lisp code. It allows to group related tests so they can share
testing Emacs Lisp code. It groups related tests so they can share
common set-up and tear-down code, and allows the programmer to \"spy\" on
functions to ensure they are called with the right arguments during testing.")
(license license:gpl3+)))