Fixed grammar; rendered the construction parallel.

This commit is contained in:
Pound_Hash 2022-04-10 21:49:54 -07:00
parent eae8ea8a54
commit dbc88281c7

View File

@ -59,5 +59,5 @@ for examples.
When the write end of the fifo is closed, the buffer becomes an ordinary When the write end of the fifo is closed, the buffer becomes an ordinary
<<buffers#scratch-buffers,scratch buffer>>. When the buffer is deleted, <<buffers#scratch-buffers,scratch buffer>>. When the buffer is deleted,
Kakoune closes the read end of the fifo, so any program writing to it Kakoune closes the read end of the fifo, so any program writing to it
will receive `SIGPIPE`. This is useful as it permits to stop the writing will receive `SIGPIPE`. This is useful as it permits stopping the writing
program when the buffer is deleted. program when the buffer is deleted.