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:
Tobias Geerinckx-Rice 2021-05-04 20:42:57 +02:00
parent aa7eeabe9a
commit 58f4b49a52
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)))