mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ocamlify: Fix grammar of "allows to create" to "creates".
* gnu/packages/ocaml (ocamlify): Fix grammar.
This commit is contained in:
parent
2bf52398a7
commit
e49a6c82c2
1 changed files with 1 additions and 1 deletions
|
@ -2266,7 +2266,7 @@ (define-public ocamlify
|
|||
`(("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.")
|
||||
|
|
Loading…
Reference in a new issue