Fix typo in docs (#796)

This commit is contained in:
Dheepak Krishnamurthy 2023-08-05 09:22:27 -04:00 committed by GitHub
parent 7183d65d6b
commit eaa8b7567b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -379,7 +379,7 @@ impl<T: fmt::Display> Command for SetTitle<T> {
}
}
/// 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
///