aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorEli Flanagan <eli@typedspace.com>2019-09-14 16:45:22 +0000
committerEli Flanagan <eli@typedspace.com>2019-09-14 16:45:22 +0000
commitf92fb9bd401198dbab27edf3bbd2435a104a1c72 (patch)
tree75f2d87fb7965c83951c87c78b4420da9f16b82a /src/main.rs
parentwarn user if provided index file is not found (diff)
downloadminiserve-f92fb9bd401198dbab27edf3bbd2435a104a1c72.tar.gz
miniserve-f92fb9bd401198dbab27edf3bbd2435a104a1c72.zip
fix typo
Diffstat (limited to '')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
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<std::path::PathBuf>,
/// Enable file upload