Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed Jan 11, 2025
1 parent a4bd2c7 commit 8f6f338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/callbacks.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// This trait is used with `Parser::process_cb` to handle extra escape
/// sequences that don't have an impact on the terminal screen directly.
/// This trait is used by the parser to handle extra escape sequences that
/// don't have an impact on the terminal screen directly.
pub trait Callbacks {
/// This callback is called when the terminal requests an audible bell
/// (typically with `^G`).
Expand Down

0 comments on commit 8f6f338

Please sign in to comment.