diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:58:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:34 +0200 |
commit | a979647db43c173adc73927ef6c7fc496783ceb3 (patch) | |
tree | 8b40c78c59179e7b896c3a7e738819e42ed58b70 | |
parent | 48358a25ca14d159d85b9d9ae3e6d20e970941cf (diff) |
gnu: go-go-uber-org-multierr: Fix typo in synopsis.
* gnu/packages/golang.scm (go-go-uber-org-multierr)[synopsis]: Fix typo.
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index a96f71446b..6502740220 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -6911,7 +6911,7 @@ atomic access.") (propagated-inputs `(("go-go-uber-org-atomic" ,go-go-uber-org-atomic))) (home-page "https://go.uber.org/multierr") - (synopsis "Error combination fo Go") + (synopsis "Error combination for Go") (description "@code{multierr} allows combining one or more Go errors together.") (license license:expat))) |