chore: fix typo in comment

This commit is contained in:
dave 2020-05-20 22:08:04 +02:00
parent 010898ca60
commit 2a023b226c

View file

@ -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