Skip to content

Commit 862370a

Browse files
WumpfCopilot
andauthored
Fix docstring
Co-authored-by: Copilot <[email protected]>
1 parent 758e9b5 commit 862370a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/store/re_tf/src/transform_forest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub struct TransformInfo {
3636
/// Does not take into account archetype specific transforms.
3737
target_from_instances_overall: SmallVec1<[glam::Affine3A; 1]>,
3838

39-
/// Like [`Self::root_from_instances_overall`] but _on top_ also has archetype specific transforms applied
39+
/// Like [`Self::target_from_instances_overall`] but _on top_ also has archetype specific transforms applied
4040
/// if there are any present.
4141
target_from_archetype: IntMap<ArchetypeName, SmallVec1<[glam::Affine3A; 1]>>,
4242
}

0 commit comments

Comments
 (0)