style: fix a typo

English doesn't allow “allows to” as a form (it needs to be “allows <object> to” or something like this).

A workaround is to use the phrase "make it possible to”, but in this case, I don't think it was warranted, so I simply used a more direct phrase.
This commit is contained in:
Arnaud Spiwack 2019-06-22 00:55:01 +02:00 committed by Guillaume Bury
parent 9c78c6f7bb
commit 40464e4fe7

View file

@ -36,8 +36,7 @@ end
module type S = sig
(** CNF conversion
This modules allows to convert arbitrary boolean formulas
into CNF.
This modules converts arbitrary boolean formulas into CNF.
*)
type atom