fix doc phrasing

This commit is contained in:
steven-omaha
2023-02-14 15:16:40 +01:00
parent bcf5093c7e
commit 0e763c06c6
+1 -1
View File
@@ -48,7 +48,7 @@ impl Pacdef {
/// ///
/// # Errors /// # 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)] #[allow(clippy::unit_arg)]
pub fn run_action_from_arg(mut self) -> Result<()> { pub fn run_action_from_arg(mut self) -> Result<()> {
match self.args.subcommand() { match self.args.subcommand() {