summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Nguyen <benjamin.van.nguyen@gmail.com>2023-06-28 11:50:29 +0700
committerBenjamin Nguyen <benjamin.van.nguyen@gmail.com>2023-06-28 11:50:29 +0700
commit72900d975c68e009dd0d260ba68c7120e7354b2c (patch)
tree5330b409e85b5388fb2b9585684752dc01f60ef9
parent76f57132b28316c8353f1d975779fc3bb339f327 (diff)
comment spelling
-rw-r--r--src/context/args.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/args.rs b/src/context/args.rs
index ac617b0..01b06ea 100644
--- a/src/context/args.rs
+++ b/src/context/args.rs
@@ -7,7 +7,7 @@ use std::{
path::PathBuf,
};
-/// Allows the implementor to compute [`ArgMatches`] that reonciles arguments from both the
+/// Allows the implementor to compute [`ArgMatches`] that reconciles arguments from both the
/// command-line as well as the config file that gets loaded.
pub trait Reconciler: CommandFactory + FromArgMatches {