From eaa8b7567b010710f51e1587ddf3695986190bbf Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sat, 5 Aug 2023 09:22:27 -0400 Subject: [PATCH] Fix typo in docs (#796) --- src/terminal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terminal.rs b/src/terminal.rs index e61986d4..127244dc 100644 --- a/src/terminal.rs +++ b/src/terminal.rs @@ -379,7 +379,7 @@ impl Command for SetTitle { } } -/// A command that instructs the terminal emulator to being a synchronized frame. +/// A command that instructs the terminal emulator to begin a synchronized frame. /// /// # Notes ///