mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: go-golang.org-x-sync-errgroup: Fix spelling of "cancellation".
* gnu/packages/golang (go-golang.org-x-sync-errgroup)[synopsis]: Fix typo.
This commit is contained in:
parent
52c733124a
commit
5fb3c00256
1 changed files with 1 additions and 1 deletions
|
@ -3197,7 +3197,7 @@ (define-public go-golang.org-x-sync-errgroup
|
|||
(arguments
|
||||
'(#:import-path "golang.org/x/sync/errgroup"
|
||||
#:unpack-path "golang.org/x/sync"))
|
||||
(synopsis "Synchronization, error propagation, and Context cancelation
|
||||
(synopsis "Synchronization, error propagation, and Context cancellation
|
||||
for groups of goroutines working on subtasks of a common task.")
|
||||
(description "This package provides synchronization, error propagation,
|
||||
and Context cancelation for groups of goroutines working on subtasks of a
|
||||
|
|
Loading…
Reference in a new issue