3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/ocaml (ocamlify): Fix grammar.
This commit is contained in:
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

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.")