Skip to content

Commit

Permalink
rust doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jul 30, 2024
1 parent b4fd46e commit c007b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/top/rerun/src/sdk.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// NOTE: Have a look at `re_sdk/src/lib.rs` for an accurate listing of all these symbols.
pub use re_sdk::*;

/// Transform helpers, for use with [`components::Transform3D`].
/// Transform helpers, for use with [`archetypes::Transform3D`].
pub mod transform {
pub use re_types::datatypes::{Angle, Quaternion, Rotation3D, RotationAxisAngle};
}
Expand Down

0 comments on commit c007b46

Please sign in to comment.