Skip to content

Commit 2d9b908

Browse files
committed
docs: Fix link
1 parent c16381d commit 2d9b908

File tree

1 file changed

+1
-1
lines changed
  • crates/lexarg-parser/src

1 file changed

+1
-1
lines changed

crates/lexarg-parser/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ impl<'a> Parser<'a> {
5959
/// Returns [`Arg::Unexpected`] on failure
6060
///
6161
/// Notes:
62-
/// - `=` is always accepted as a [`Arg::Short("=")`]. If that isn't the case in your
62+
/// - `=` is always accepted as a [`Arg::Short("=")`][Arg::Short]. If that isn't the case in your
6363
/// application, you may want to special case the error for that.
6464
pub fn next_arg(&mut self) -> Option<Arg<'a>> {
6565
// Always reset

0 commit comments

Comments
 (0)