diff --git a/src/relation.rs b/src/relation.rs index c22f942..b27363c 100644 --- a/src/relation.rs +++ b/src/relation.rs @@ -201,7 +201,7 @@ where } } -/// See: [crate::RelationIter] +/// See: [RelationIter] pub struct RelationIterMut<'a, T> { entities: &'a [Entity], cells: Range<'a, ComponentKey, Cell>,