diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:24:47 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:29:35 -0700 |
commit | ca105ad2d7e2e17a08577ab242da5b0d053ac650 (patch) | |
tree | f667216901a68d86abad40cf3dba17f9c41b18fe /gnu/packages/emacs-xyz.scm | |
parent | 72b3ed6d3b2ea8d585b8c326f616c9f5ba05d7a3 (diff) | |
download | guix-ca105ad2d7e2e17a08577ab242da5b0d053ac650.tar guix-ca105ad2d7e2e17a08577ab242da5b0d053ac650.tar.gz |
gnu: emacs-buttercup: Fix grammar of "allows to group" to "groups".
* gnu/packages/emacs-xyz (emacs-buttercup): Fix grammar.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 4bf552d272..1c6f77cc0a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -17563,7 +17563,7 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, SLIME etc.)") (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+))) |