Skip to content

Commit

Permalink
Missing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed Oct 9, 2019
1 parent aa3acda commit 984835f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Conf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ module Formatting = struct
let doc =
"Disable ocamlformat. This is used in attributes to locally disable \
automatic code formatting. One can also use $(b,[@@@ocamlformat \
\"enable\"]) instead of $(b,[@@@ocamlformat \"disable=false\"])"
\"enable\"]) instead of $(b,[@@@ocamlformat \"disable=false\"])."
in
C.flag ~names:["disable"] ~default:false ~doc ~section
(fun conf x -> {conf with disable= x})
Expand Down

0 comments on commit 984835f

Please sign in to comment.