diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:50:57 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:09:38 -0700 |
commit | 7fef0800b357f296c621dea7e1b21a5d42f8559b (patch) | |
tree | 3b96157979c2c91c491f4a2962fdd48e8f3eb946 /gnu/packages/check.scm | |
parent | bf7049022370913a6d6948c2ccb1f1fa61ab23cc (diff) |
gnu: go-github.com-smartystreets-assertions: Fix typo "convenient".
* gnu/packages/check (go-github.com-smartystreets-assertions)[description]:
Fix typo.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r-- | gnu/packages/check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 3fa65c5115..82391ac5e1 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -447,7 +447,7 @@ test) much simpler.") `(("go-github.com-smartystreets-gunit" ,go-github.com-smartystreets-gunit))) (synopsis "Assertions for testing with Go") (description - "The @code{assertions} package provides convinient assertion functions + "The @code{assertions} package provides convenient assertion functions for writing tests in Go.") (home-page "https://github.com/smartystreets/assertions") (license license:expat))) |