mirror of
https://github.com/clap-rs/clap
synced 2024-11-14 16:47:21 +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
|
/// Getters
|
||||||
impl<'help> Arg<'help> {
|
impl<'help> Arg<'help> {
|
||||||
/// Get the name o the argument
|
/// Get the name of the argument
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn get_name(&self) -> &str {
|
pub fn get_name(&self) -> &str {
|
||||||
&self.name
|
&self.name
|
||||||
|
|
Loading…
Reference in a new issue