summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 16:17:34 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 16:25:56 -0700
commite49a6c82c22d5a005ae289d8c34a49952ebc8a8c (patch)
treef0150b4dbea20303665861b354660ad1b1e29e5b
parent2bf52398a76fc29a214ce7c3ea30cb39c9fbe1f4 (diff)
gnu: ocamlify: Fix grammar of "allows to create" to "creates".
* gnu/packages/ocaml (ocamlify): Fix grammar.
-rw-r--r--gnu/packages/ocaml.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f1cacfc9e71..525854676f0 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2266,7 +2266,7 @@ radix-64 representation. It is specified in RFC 4648.")
2266 `(("ocamlbuild" ,ocamlbuild))) 2266 `(("ocamlbuild" ,ocamlbuild)))
2267 (home-page "https://forge.ocamlcore.org/projects/ocamlify") 2267 (home-page "https://forge.ocamlcore.org/projects/ocamlify")
2268 (synopsis "Include files in OCaml code") 2268 (synopsis "Include files in OCaml code")
2269 (description "OCamlify allows to create OCaml source code by including 2269 (description "OCamlify creates OCaml source code by including
2270whole files into OCaml string or string list. The code generated can be 2270whole files into OCaml string or string list. The code generated can be
2271compiled as a standard OCaml file. It allows embedding external resources as 2271compiled as a standard OCaml file. It allows embedding external resources as
2272OCaml code.") 2272OCaml code.")