From 8f6f3383889b521cd704679afe4ed7894f1a02b9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 11 Jan 2025 04:14:37 -0500 Subject: [PATCH] fix docs --- src/callbacks.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/callbacks.rs b/src/callbacks.rs index cfd864e..7d13319 100644 --- a/src/callbacks.rs +++ b/src/callbacks.rs @@ -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`).