Skip to content

Commit

Permalink
fix: broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts committed Oct 15, 2023
1 parent d80cab3 commit 30843f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ where
}
}

/// See: [crate::RelationIter]
/// See: [RelationIter]
pub struct RelationIterMut<'a, T> {
entities: &'a [Entity],
cells: Range<'a, ComponentKey, Cell>,
Expand Down

0 comments on commit 30843f7

Please sign in to comment.