mirror of
https://github.com/clap-rs/clap
synced 2024-11-14 00:27:13 +00:00
chore: fix typo in comment
This commit is contained in:
parent
010898ca60
commit
2a023b226c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue