gnu: ocamlify: Fix grammar of "allows to create" to "creates".
authorVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 23:17:34 +0000 (16:17 -0700)
committerVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 23:25:56 +0000 (16:25 -0700)
* gnu/packages/ocaml (ocamlify): Fix grammar.

gnu/packages/ocaml.scm

index f1cacfc..5258546 100644 (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.")