Merge pull request #898 from srinivasreddy/spell

Correct spelling of 'style'
This commit is contained in:
Nick Cameron 2016-04-03 22:43:20 +12:00
commit d9ccec6f82

View File

@ -45,7 +45,7 @@ configuration_option_enum! { ReturnIndent:
WithWhereClause, WithWhereClause,
} }
// How to stle a struct literal. // How to style a struct literal.
configuration_option_enum! { StructLitStyle: configuration_option_enum! { StructLitStyle:
// First line on the same line as the opening brace, all lines aligned with // First line on the same line as the opening brace, all lines aligned with
// the first line. // the first line.