mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: go-gopkg-in-go-playground-assert-v1: Fix typo in description.
* gnu/packages/golang.scm (go-gopkg-in-go-playground-assert-v1) [description]: Fix typo.
This commit is contained in:
parent
aa7eeabe9a
commit
58f4b49a52
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ (define-public go-gopkg-in-go-playground-assert-v1
|
|||
'(#:import-path "gopkg.in/go-playground/assert.v1"))
|
||||
(synopsis "Basic assertion library used alongside native Go testing")
|
||||
(description
|
||||
"This package provides bassic assertions along with building blocks for
|
||||
"This package provides basic assertions along with building blocks for
|
||||
custom assertions to be used alongside native Go testing.")
|
||||
(license license:expat)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue