Skip to content

Commit 263104a

Browse files
authored
Merge pull request #2463 from Razican/typo_fix
Fixed small typo in configuration help
2 parents 197c3b4 + 4ca3592 commit 263104a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustfmt-config/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ create_config! {
4848
tab_spaces: usize, 4, true, "Number of spaces per tab";
4949
newline_style: NewlineStyle, NewlineStyle::Unix, true, "Unix or Windows line endings";
5050
indent_style: IndentStyle, IndentStyle::Block, false, "How do we indent expressions or items.";
51-
use_small_heuristics: bool, true, false, "Whether to use different formatting for items and\
51+
use_small_heuristics: bool, true, false, "Whether to use different formatting for items and \
5252
expressions if they satisfy a heuristic notion of 'small'.";
5353

5454
// strings and comments

0 commit comments

Comments
 (0)