From f92fb9bd401198dbab27edf3bbd2435a104a1c72 Mon Sep 17 00:00:00 2001 From: Eli Flanagan Date: Sat, 14 Sep 2019 12:45:22 -0400 Subject: fix typo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index d5055b9..3bb521c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -52,7 +52,7 @@ pub struct MiniserveConfig { /// Default color scheme pub default_color_scheme: themes::ColorScheme, - /// name of an index files to serve by default + /// name of an index file to serve by default pub index: Option, /// Enable file upload -- cgit v1.2.3