From aaf60329fc1b32df71623a88d5dced26a57b9d78 Mon Sep 17 00:00:00 2001 From: Alpha DIALLO Date: Mon, 10 Oct 2022 17:33:26 +0200 Subject: [PATCH] fix typo Signed-off-by: Alpha DIALLO --- bin/external_lib_deps.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/external_lib_deps.ml b/bin/external_lib_deps.ml index 100ec86e2f3e..aa38cc894866 100644 --- a/bin/external_lib_deps.ml +++ b/bin/external_lib_deps.ml @@ -23,7 +23,7 @@ module Kind = struct let to_dyn kind = match kind with - | Required -> Dyn.String "require" + | Required -> Dyn.String "required" | Optional -> Dyn.String "optional" let merge x y =