Skip to content

Commit 22450ac

Browse files
committed
One more doc fix
1 parent c71553d commit 22450ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/ranked.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub trait Ranked
3434
{
3535
/// The compile-time rank of the type; can be [`DynRank`][DynRank] if unknown.
3636
///
37-
/// [DynRank]: crate::layout::dimensionality::DynRank
37+
/// [DynRank]: crate::layout::rank::DynRank
3838
type NDim: Rank;
3939

4040
/// The runtime number of dimensions of the type.

0 commit comments

Comments
 (0)