Skip to content

Commit

Permalink
"dude"
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Jan 13, 2025
1 parent 9a0a88e commit ea1e923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_ui/src/filter_widget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub struct FilterMatcher {
/// The lowercase version of the query string.
///
/// If this is `None`, the filter is inactive and the matcher will accept everything. If this
/// is `Somme("")`, the matcher will reject any input.
/// is `Some("")`, the matcher will reject any input.
lowercase_query: Option<String>,
}

Expand Down

0 comments on commit ea1e923

Please sign in to comment.