summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Nguyen <benjamin.van.nguyen@gmail.com>2023-06-25 18:38:47 -0700
committerBenjamin Nguyen <benjamin.van.nguyen@gmail.com>2023-06-25 18:38:47 -0700
commit76c2973c2f544e3d9b826e9a77c218013b42a6b5 (patch)
treef9834f36dfa93ca70ee07587d16afad92cc075d7
parent6669ea92e2b44163c55e1cada9e1f9e1fdf53181 (diff)
update error message
-rw-r--r--src/context/config/toml/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/config/toml/error.rs b/src/context/config/toml/error.rs
index c6a4be3..3d2e782 100644
--- a/src/context/config/toml/error.rs
+++ b/src/context/config/toml/error.rs
@@ -8,7 +8,7 @@ pub enum Error {
#[error("The configuration file is improperly formatted")]
InvalidFormat(#[from] ConfigError),
- #[error("Alternate configuration '{0}' was not found in '.erdtree.toml'")]
+ #[error("Named table '{0}' was not found in '.erdtree.toml'")]
MissingAltConfig(String),
#[error("'#{0}' is required to be a pointer-sized unsigned integer type")]