From 1f75a5b797e4690b593f13d3e753e8bdd2e527e6 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Fri, 21 Jul 2023 18:38:39 -0400 Subject: [PATCH] Fix typo in docs --- 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 ///