Skip to content

Commit e48dd81

Browse files
authored
Merge pull request #2077 from djanderson/patch-1
Fix typo in --config-help "funciton" -> "function"
2 parents 9754bcb + ac33472 commit e48dd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ create_config! {
624624
Replace, Overwrite, Display, Plain, Diff, Coverage";
625625
condense_wildcard_suffixes: bool, false, "Replace strings of _ wildcards by a single .. in \
626626
tuple patterns";
627-
combine_control_expr: bool, true, "Combine control expressions with funciton calls.";
627+
combine_control_expr: bool, true, "Combine control expressions with function calls.";
628628
struct_field_align_threshold: usize, 0, "Align struct fields if their diffs fits within \
629629
threshold.";
630630
remove_blank_lines_at_start_or_end_of_block: bool, true,

0 commit comments

Comments
 (0)