aboutsummaryrefslogtreecommitdiff
path: root/bin/src/config.rs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-31 16:03:45 +0000
committerAkshay <[email protected]>2021-10-31 16:03:45 +0000
commit79614a9d6df02c661071f55e81bfc81da5055480 (patch)
tree0ae4ec11fd3dc0f8b69bc0f32c08858ef23a9485 /bin/src/config.rs
parent15ccd864c8869f87a564e5ab7e923dcc2bb54340 (diff)
fix the spelling of explanationoffline-explain
Diffstat (limited to 'bin/src/config.rs')
-rw-r--r--bin/src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/src/config.rs b/bin/src/config.rs
index 7188c45..1649017 100644
--- a/bin/src/config.rs
+++ b/bin/src/config.rs
@@ -26,7 +26,7 @@ pub enum SubCommand {
26 Fix(Fix), 26 Fix(Fix),
27 /// Fix exactly one issue at provided position 27 /// Fix exactly one issue at provided position
28 Single(Single), 28 Single(Single),
29 /// Print detailed explaination for a lint warning 29 /// Print detailed explanation for a lint warning
30 Explain(Explain), 30 Explain(Explain),
31} 31}
32 32