From dbc88281c707f62b52893850c712db2196e8a136 Mon Sep 17 00:00:00 2001 From: Pound_Hash Date: Sun, 10 Apr 2022 21:49:54 -0700 Subject: [PATCH] Fixed grammar; rendered the construction parallel. --- doc/pages/buffers.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/buffers.asciidoc b/doc/pages/buffers.asciidoc index fc750c7b..ae7c04e9 100644 --- a/doc/pages/buffers.asciidoc +++ b/doc/pages/buffers.asciidoc @@ -59,5 +59,5 @@ for examples. When the write end of the fifo is closed, the buffer becomes an ordinary <>. When the buffer is deleted, 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.