Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Nov 8, 2024
1 parent ab1faf2 commit 539390d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/bin-wasm_of_ocaml/cmd_arg.ml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ let options_runtime_only =
in
let no_sourcemap =
let doc =
"Don't generate source map. All other source map related flags will be be ignored."
"Don't generate source map. All other source map related flags will be ignored."
in
Arg.(value & flag & info [ "no-sourcemap"; "no-source-map" ] ~doc)
in
Expand Down

0 comments on commit 539390d

Please sign in to comment.