Skip to content

Commit b2c2ba4

Browse files
authored
tweak the description
"in addition to" sounds better than "additionally to"
1 parent 08b1fe3 commit b2c2ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
10581058
dump_mir_dir: Option<String> = (None, parse_opt_string, [UNTRACKED],
10591059
"the directory the MIR is dumped into"),
10601060
dump_mir_graphviz: bool = (false, parse_bool, [UNTRACKED],
1061-
"additionally to `.mir` files, create graphviz `.dot` files"),
1061+
"in addition to `.mir` files, create graphviz `.dot` files"),
10621062
dump_mir_exclude_pass_number: bool = (false, parse_bool, [UNTRACKED],
10631063
"if set, exclude the pass number when dumping MIR (used in tests)"),
10641064
mir_emit_validate: usize = (0, parse_uint, [TRACKED],

0 commit comments

Comments
 (0)