diff --git a/crates/pacdef_core/src/core.rs b/crates/pacdef_core/src/core.rs index 5db8e82..c8b7a7a 100644 --- a/crates/pacdef_core/src/core.rs +++ b/crates/pacdef_core/src/core.rs @@ -48,7 +48,7 @@ impl Pacdef { /// /// # Errors /// - /// This function will return an error if any of the underlying functions return an error. + /// This function propagates errors from the underlying functions. #[allow(clippy::unit_arg)] pub fn run_action_from_arg(mut self) -> Result<()> { match self.args.subcommand() {