me
/
guix
Archived
1
0
Fork 0

gnu: ocamlify: Fix grammar of "allows to create" to "creates".

* gnu/packages/ocaml (ocamlify): Fix grammar.
master
Vagrant Cascadian 2020-04-12 16:17:34 -07:00
parent 2bf52398a7
commit e49a6c82c2
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -2266,7 +2266,7 @@ radix-64 representation. It is specified in RFC 4648.")
`(("ocamlbuild" ,ocamlbuild)))
(home-page "https://forge.ocamlcore.org/projects/ocamlify")
(synopsis "Include files in OCaml code")
(description "OCamlify allows to create OCaml source code by including
(description "OCamlify creates OCaml source code by including
whole files into OCaml string or string list. The code generated can be
compiled as a standard OCaml file. It allows embedding external resources as
OCaml code.")