From bee9682a494d9e59cf8fdb48c5b642d70f8b949f Mon Sep 17 00:00:00 2001 From: Srinivas Reddy Thatiparthy Date: Sun, 3 Apr 2016 01:08:25 +0530 Subject: [PATCH] Correct spelling of 'style' --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 32eb9af4b118..0b4b16c328ed 100644 --- a/src/config.rs +++ b/src/config.rs @@ -45,7 +45,7 @@ configuration_option_enum! { ReturnIndent: WithWhereClause, } -// How to stle a struct literal. +// How to style a struct literal. configuration_option_enum! { StructLitStyle: // First line on the same line as the opening brace, all lines aligned with // the first line.