about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/qcheck/lin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/qcheck/lin.nix')
-rw-r--r--pkgs/development/ocaml-modules/qcheck/lin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/qcheck/lin.nix b/pkgs/development/ocaml-modules/qcheck/lin.nix
index 23164901ab6ea..460d15b288da9 100644
--- a/pkgs/development/ocaml-modules/qcheck/lin.nix
+++ b/pkgs/development/ocaml-modules/qcheck/lin.nix
@@ -12,6 +12,6 @@ buildDunePackage {
   doCheck = true;
 
   meta = qcheck-multicoretests-util.meta // {
-    description = "A multicore testing library for OCaml";
+    description = "Multicore testing library for OCaml";
   };
 }