mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: ocaml-ppx-hash: Fix typo in description.
* gnu/packages/ocaml.scm (ocaml-ppx-hash)[description]: Fix non-functional typo.
This commit is contained in:
parent
97f4ff6d29
commit
74ee98eed4
1 changed files with 1 additions and 1 deletions
|
@ -5653,7 +5653,7 @@ (define-public ocaml-ppx-hash
|
|||
(properties `((upstream-name . "ppx_hash")))
|
||||
(home-page "https://github.com/janestreet/ppx_hash")
|
||||
(synopsis "Generation of hash functions from type expressions and definitions")
|
||||
(description "This package is a collecton of ppx rewriters that generate
|
||||
(description "This package is a collection of ppx rewriters that generate
|
||||
hash functions from type exrpessions and definitions.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue