Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 11, 2024
1 parent fc11532 commit 7c6fbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_dataframe/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ struct QueryHandleState {

/// The actual index filter in use, since the user-specified one is optional.
///
/// This just defaults to `Index::default()` if ther user hasn't specified any: the actual
/// This just defaults to `Index::default()` if the user hasn't specified any: the actual
/// value is irrelevant since this means we are only concerned with static data anyway.
filtered_index: Index,

Expand Down

0 comments on commit 7c6fbd0

Please sign in to comment.