1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-07 09:45:55 +02: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:
Tobias Geerinckx-Rice
2019-04-23 18:14:39 +02:00
parent 97f4ff6d29
commit 74ee98eed4
+1 -1
View File
@@ -5653,7 +5653,7 @@ storage of large amounts of data.")
(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)))