diff --git a/doc/notes/notes-9.18.29.rst b/doc/notes/notes-9.18.29.rst index 52097556b3..1acc1445b6 100644 --- a/doc/notes/notes-9.18.29.rst +++ b/doc/notes/notes-9.18.29.rst @@ -43,10 +43,10 @@ Feature Changes - Add a compatibility shim for older libuv versions (< 1.19.0) - The uv_stream_get_write_queue_size() is supported only in relatively - newer versions of libuv (1.19.0 or higher). Provide a compatibility - shim for this function, so BIND 9 can be built in environments with - older libuv version. + The function uv_stream_get_write_queue_size() is supported only in relatively + new versions of libuv (1.19.0 or higher). Provide a compatibility + shim for this function so BIND 9 can be built in environments with + older libuv versions. Bug Fixes ~~~~~~~~~