Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jun 11, 2024
1 parent 8091087 commit 90004d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/re_entity_db/src/entity_properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl FromIterator<(EntityPath, EntityProperties)> for EntityPropertyMap {
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]
#[cfg_attr(feature = "serde", serde(default))]
pub struct EntityProperties {
// TODO(#5067): Test property used so we don't have to continously adjust existing tests while we're dismantling `EntityProperties`.
// TODO(#5067): Test property used so we don't have to continuously adjust existing tests while we're dismantling `EntityProperties`.
pub test_property: bool,

/// What kind of color mapping should be applied (none, map, texture, transfer..)?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace rerun.blueprint.components;

/// Whether the entity can be interacted with.
///
/// Non interactive components are still visible, but mouse iteractions in the view are disabled.
/// Non interactive components are still visible, but mouse interactions in the view are disabled.
struct Interactive (
"attr.rerun.scope": "blueprint",
"attr.rust.derive": "Copy, PartialEq, Eq, PartialOrd, Ord",
Expand Down
2 changes: 1 addition & 1 deletion crates/re_types/src/blueprint/components/interactive.rs

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/blueprint/components/interactive.hpp

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

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

0 comments on commit 90004d9

Please sign in to comment.