summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 15:24:56 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:08:52 -0700
commitd38ccbb03e479e6236f38f5710dc118f91493dc3 (patch)
treec91a2c634bd54be2eede1ffc7bd6723f04de79d6 /gnu/packages/ocaml.scm
parent586ddde5142cce6dfb5b00382d80d8f82743fa54 (diff)
downloadpatches-d38ccbb03e479e6236f38f5710dc118f91493dc3.tar
patches-d38ccbb03e479e6236f38f5710dc118f91493dc3.tar.gz
gnu: ocaml-ppx-js-style: Fix typo "This package".
* gnu/packages/ocaml (ocaml-ppx-js-style)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-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 b29247b8e0..cf66bd566a 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4613,7 +4613,7 @@ to denote the expected output.")
(properties `((upstream-name . "ppx_js_style")))
(home-page "https://github.com/janestreet/ppx_js_style")
(synopsis "Code style checker for Jane Street Packages")
- (description "This packages is a no-op ppx rewriter. It is used as a
+ (description "This package is a no-op ppx rewriter. It is used as a
@code{lint} tool to enforce some coding conventions across all Jane Street
packages.")
(license license:asl2.0)))