Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Mar 21, 2024
1 parent 2a79226 commit 00f066b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/re_query/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub fn get_component_with_instances(
/// its _most recent component_.
///
/// If you expect only one instance (e.g. for mono-components like `Transform` `Tensor`]
/// and have no additional components you can use [`DataStore::query_latest_component`] instead.
/// and have no additional components you can use `Caches::latest_at_component` instead.
///
/// ```
/// # use re_data_store::LatestAtQuery;
Expand Down
2 changes: 1 addition & 1 deletion crates/re_query_cache2/src/latest_at/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl Caches {
)
}

/// Call [`Self::query_latest_component`] at the given path, walking up the hierarchy until an instance is found.
/// Call [`Self::latest_at_component`] at the given path, walking up the hierarchy until an instance is found.
pub fn latest_at_component_at_closest_ancestor<C: Component>(
&self,
store: &DataStore,
Expand Down

0 comments on commit 00f066b

Please sign in to comment.