Fix intra-doc link

This commit is contained in:
Chris Denton 2022-12-16 19:46:14 +00:00
parent 3d852f60aa
commit 8534fd3089
No known key found for this signature in database
GPG Key ID: 713472F2F45627DE
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ impl<'a> Arguments<'a> {
/// 1. The `pieces` slice must be at least as long as `fmt`.
/// 2. Every [`rt::v1::Argument::position`] value within `fmt` must be a
/// valid index of `args`.
/// 3. Every [`Count::Param`] within `fmt` must contain a valid index of
/// 3. Every [`rt::v1::Count::Param`] within `fmt` must contain a valid index of
/// `args`.
#[doc(hidden)]
#[inline]