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.