Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Jun 6, 2024
1 parent 568ab70 commit d49d49a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions crates/re_types/definitions/rerun/archetypes/axes3d.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ namespace rerun.archetypes;

// ---

/// This archetype shows a set of orthogonal coordinate axes such as for reprsenting a transform.
/// This archetype shows a set of orthogonal coordinate axes such as for representing a transform.
///
/// \py See [`Transform3D`][rerun.archetypes.Transform3D]
/// \rs See [`Transform3D`][crate::archetypes.ScTransform3Dalar]
/// \cpp See `rerun::archetypes::Transform3D`
///
/// \example archetypes/transform3d_axes title="Transform with Axes" image="https://static.rerun.io/transform3d_axes/35cd6a68cce0cd582231984be4e2628d1627540b/1200w.png"
/// \example archetypes/transform3d_axes title="Transform with axes" image="https://static.rerun.io/transform3d_axes/35cd6a68cce0cd582231984be4e2628d1627540b/1200w.png"
table Axes3D (
"attr.docs.category": "Plotting",
"attr.docs.view_types": "Spatial3D, Spatial2DView: if logged above active projection"
Expand Down
2 changes: 1 addition & 1 deletion crates/re_types/src/archetypes/axes3d.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/content/reference/types/archetypes.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/content/reference/types/archetypes/axes3d.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rerun_cpp/src/rerun/archetypes/axes3d.hpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rerun_py/rerun_sdk/rerun/archetypes/axes3d.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d49d49a

Please sign in to comment.