From ef8172874f650078e8cfb6e1582de4ece5495640 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 12 Aug 2024 20:49:47 +0200 Subject: add any/all conditions and experimental CGI support --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index ef90f46..e3b0d3c 100644 --- a/src/config.rs +++ b/src/config.rs @@ -161,7 +161,7 @@ impl<'de> Deserialize<'de> for DynNode { .ok_or(serde::de::Error::unknown_variant(s, &[]))? .instanciate(tv.value) .map_err(|e| { - let x = format!("instanciating modules {s:?}: {e:?}"); + let x = format!("instanciating module {s:?}: {e:?}"); serde::de::Error::custom(e.context(x)) })?; -- cgit v1.2.3-70-g09d2