Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alpha DIALLO <[email protected]>
  • Loading branch information
moyodiallo committed Oct 10, 2022
1 parent db3b493 commit aaf6032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/external_lib_deps.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit aaf6032

Please sign in to comment.