Fix typo in BeginSynchronizedUpdate
docstring (#833)
This commit is contained in:
parent
0914f2d91e
commit
a2b0e6a537
@ -404,7 +404,7 @@ impl<T: fmt::Display> Command for SetTitle<T> {
|
||||
/// * Use [EndSynchronizedUpdate](./struct.EndSynchronizedUpdate.html) command to leave the entered alternate screen.
|
||||
///
|
||||
/// When rendering the screen of the terminal, the Emulator usually iterates through each visible grid cell and
|
||||
/// renders its current state. With applications updating the screen a at higher frequency this can cause tearing.
|
||||
/// renders its current state. With applications updating the screen at a higher frequency this can cause tearing.
|
||||
///
|
||||
/// This mode attempts to mitigate that.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user