diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index c3fec85163..2d56fc4fc4 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -71,7 +71,7 @@ The following new APIs and features were added. https://github.com/neovim/neovim/pull/23611 • |vim.iter()| provides a generic iterator interface for tables and Lua - iterators |luaref-in|. + iterators |for-in|. • Added |vim.ringbuf()| to create ring buffers. |