Skip to content

Commit

Permalink
Slightly improved Arguments docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyllingene committed Nov 26, 2023
1 parent 5aaebc9 commit 17196c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct InternalArgument {
#[derive(Clone, Debug)]
/// The results of [`ArgumentReader::parse`]. Used both for retrieving
/// [`ArgumentRef`]s and for accessing the
/// [remainder](Arguments.remainder).
/// [remainder](Arguments::remainder) of the input arguments.
///
/// `Arguments` implements `Deref<Target = [String]>`, so you can treat it
/// like a `&[String]`.
Expand Down

0 comments on commit 17196c2

Please sign in to comment.