From 2a023b226c57dd63f505a6328926edc6baee0542 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 20 May 2020 22:08:04 +0200 Subject: [PATCH] chore: fix typo in comment --- src/build/arg/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/arg/mod.rs b/src/build/arg/mod.rs index 11cc4188..81de2030 100644 --- a/src/build/arg/mod.rs +++ b/src/build/arg/mod.rs @@ -93,7 +93,7 @@ pub struct Arg<'help> { /// Getters impl<'help> Arg<'help> { - /// Get the name o the argument + /// Get the name of the argument #[inline] pub fn get_name(&self) -> &str { &self.name