From 5d0c47a53ae482cbbab108c30d510618c06895fb Mon Sep 17 00:00:00 2001 From: "Dr. Matthias Ratajczak" Date: Tue, 14 Feb 2023 15:16:40 +0100 Subject: [PATCH] fix doc phrasing --- crates/pacdef_core/src/core.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {