Skip to content

Commit

Permalink
command: fix typo in Argument.parse() description
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker committed May 5, 2024
1 parent cc0936f commit 5f49b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub struct Argument {

impl Argument {
/// Parses the argument value as a T using core::str::parse(). Convenience
/// method that returns a string error to easy error handling in a
/// method that returns a string error to ease error handling in a
/// [`Runner`](crate::Runner).
pub fn parse<T>(&self) -> Result<T, String>
where
Expand Down

0 comments on commit 5f49b9d

Please sign in to comment.