Skip to content

Commit

Permalink
fzf-v1: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Nov 5, 2023
1 parent 4d2b952 commit 903b47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algos/fzf/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct FzfV1 {
impl core::fmt::Debug for FzfV1 {
#[inline]
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
f.debug_struct("FzfV2")
f.debug_struct("FzfV1")
.field("case_sensitivity", &self.case_sensitivity)
.field("matched_ranges", &self.with_matched_ranges)
.field("scheme", &FzfScheme::from_inner(&self.scheme).unwrap())
Expand Down

0 comments on commit 903b47f

Please sign in to comment.