From 0e763c06c66531572ffdaca06a97ead073a5722e Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> 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() {