[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60907] [PATCH 07/25] gnu: go-github-com-google-go-cmp-cmp: Update t
From: |
( |
Subject: |
[bug#60907] [PATCH 07/25] gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.9. |
Date: |
Mon, 06 Feb 2023 22:20:24 +0000 |
* gnu/packages/golang.scm (go-github-com-google-go-cmp-cmp): Update to 0.5.9.
> --- a/gnu/packages/golang.scm
> +++ b/gnu/packages/golang.scm
> @@ -7024,28 +7024,27 @@ (define-public go-github-com-fatih-color
> + (description
> + "This package is intended to be a more powerful and safer
> +alternative to @@code{reflect.DeepEqual} for comparing whether two values are
> +semantically equal.")
This is a full sentence, but it doesn't really read well to me. Also, there
should only be one ``@'' in ``@code{...}'', and "more powerful and safer" is
a bit vague :)
What about this?:
(description
"This package provides an alternative to the built-in
@code{reflect.DeepEqual}
function for checking if two values are semantically equal. The advantages
over the builtin function include:
@enumerate
[etc etc :)]
@end enumerate")
-- (
signature.asc
Description: PGP signature
- [bug#60907] [PATCH 07/25] gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.9.,
( <=