Fixed small typo in configuration help

This commit is contained in:
Razican 2018-02-17 21:00:26 +01:00
parent 197c3b4406
commit 4ca3592006
No known key found for this signature in database
GPG Key ID: F402712AB6685A4D

View File

@ -48,7 +48,7 @@ create_config! {
tab_spaces: usize, 4, true, "Number of spaces per tab";
newline_style: NewlineStyle, NewlineStyle::Unix, true, "Unix or Windows line endings";
indent_style: IndentStyle, IndentStyle::Block, false, "How do we indent expressions or items.";
use_small_heuristics: bool, true, false, "Whether to use different formatting for items and\
use_small_heuristics: bool, true, false, "Whether to use different formatting for items and \
expressions if they satisfy a heuristic notion of 'small'.";
// strings and comments