Skip to content

Commit 744cd0d

Browse files
Fix rustdoc warning
1 parent 46079b3 commit 744cd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ pub mod argument {
362362
}
363363
}
364364

365-
/// An argument as passed to [`format`][crate::format].
365+
/// An argument as passed to [`format()`].
366366
#[derive(Debug, Copy, Clone, PartialEq)]
367367
pub struct Argument<'a> {
368368
pub flags: Flags,

0 commit comments

Comments
 (0)