Skip to content

Commit

Permalink
Fix typo in BeginSynchronizedUpdate docstring (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Jan 6, 2024
1 parent 0914f2d commit a2b0e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal.rs
Expand Up @@ -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.
///
Expand Down

0 comments on commit a2b0e6a

Please sign in to comment.