diff options
author | Vagrant Cascadian <[email protected]> | 2025-02-17 01:36:15 -0800 |
---|---|---|
committer | Vagrant Cascadian <[email protected]> | 2025-02-17 01:40:35 -0800 |
commit | 27ebe4e459567807667190cfffd06c9b13096cb1 (patch) | |
tree | 9a5147f39ca3cae409c4c653867d8f7f1bc6be3d /gnu/packages/golang-check.scm | |
parent | 805e33ba7536b15147869ba28cfec3c02fddf3b2 (diff) |
gnu: Fix several "This packages" typos in descriptions.
* gnu/packages/golang-check.scm (go-github-com-bitfield-gotestdox): Fix typo.
* gnu/packages/python-check.scm (python-pytest-html): Fix typo.
* gnu/packages/python-xyz.scm (python-uri-template): Fix typo.
(python-rgbxy): Fix typo.
Diffstat (limited to 'gnu/packages/golang-check.scm')
-rw-r--r-- | gnu/packages/golang-check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index d0371aa915..6c789bd652 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -175,7 +175,7 @@ github.com/sergi/go-diff, mainly for diffing strings in tests.") (home-page "https://github.com/bitfield/gotestdox") (synopsis "Format Go test results as readable documentation") (description - "This packages implements a functionality to run tests and report the + "This package implements a functionality to run tests and report the results, converting test names WrittenInCamelCase into ordinary sentences.") (license license:expat))) |