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 7136250 commit 04ae524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ocamlformat-help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ OPTIONS (CODE FORMATTING STYLE)
--disable
Disable ocamlformat. This is used in attributes to locally disable
automatic code formatting. One can also use [@@@ocamlformat
"enable"] instead of [@@@ocamlformat "disable=false"] The flag is
"enable"] instead of [@@@ocamlformat "disable=false"]. The flag is
unset by default.

--disambiguate-non-breaking-match
Expand Down
2 changes: 1 addition & 1 deletion src/Conf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,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 04ae524

Please sign in to comment.