summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-04 20:42:57 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-04 22:30:01 +0200
commit58f4b49a52f983cdcd5fba4cb2c9574915ae624e (patch)
treef35ac3413bb8f32b99cc38cf6e75089919980f8c
parentaa7eeabe9a782afc2535581298990050d16b1895 (diff)
downloadguix-patches-58f4b49a52f983cdcd5fba4cb2c9574915ae624e.tar
guix-patches-58f4b49a52f983cdcd5fba4cb2c9574915ae624e.tar.gz
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.
-rw-r--r--gnu/packages/golang.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9e0175e15a..8c3c81ceda 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -656,7 +656,7 @@ way of specifying command line options.")
'(#: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)))