doc: Fix some typos and trailing whitespace. #2875

This commit is contained in:
Lucas Hoffmann
2015-05-19 16:11:32 +02:00
committed by Justin M. Keyes
parent 9ebb5c681b
commit 7e7d78b2a6
4 changed files with 24 additions and 24 deletions

View File

@@ -24,8 +24,8 @@
// that were previously invisible.
//
// The vterm->Neovim synchronization is performed in intervals of 10
// milliseconds. This is done to minimize screen updates when receiving when
// receiving large bursts of data.
// milliseconds. This is done to minimize screen updates when receiving large
// bursts of data.
//
// This module is decoupled from the processes that normally feed it data, so
// it's possible to use it as a general purpose console buffer(possibly as a