Skip to content

Commit ab121bb

Browse files
committed
rust doc fix
1 parent fa7bd29 commit ab121bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/top/rerun/src/sdk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// NOTE: Have a look at `re_sdk/src/lib.rs` for an accurate listing of all these symbols.
22
pub use re_sdk::*;
33

4-
/// Transform helpers, for use with [`components::Transform3D`].
4+
/// Transform helpers, for use with [`archetypes::Transform3D`].
55
pub mod transform {
66
pub use re_types::datatypes::{Angle, Quaternion, Rotation3D, RotationAxisAngle};
77
}

0 commit comments

Comments
 (0)