Skip to content

Commit

Permalink
Merge pull request #1 from MdeLv/MdeLv-patch-1
Browse files Browse the repository at this point in the history
Update i18n_ppx_rewriter.ml
  • Loading branch information
MdeLv authored Jan 25, 2021
2 parents 1fdcfa9 + 3dfb222 commit 083233c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n_ppx_rewriter.ml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ let apply module_name_o expr e i args =
let options_spec =
["--prefix", Arg.Set_string module_prefix, "The prefix added to module names"
;"--suffix", Arg.Set_string module_suffix, "The suffix added to module names"
;"--default-language", Arg.Set_string default_module_name, "The default module name"]
;"--default-language", Arg.Set_string default_module_name, "The the default language"]

let _ =
register "i18n" (fun argv ->
Expand Down

0 comments on commit 083233c

Please sign in to comment.