docs: small fixes (#23619)

Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
Co-authored-by: Gustavo Ferreira <gustavo.ferreira@imaginecurve.com>
Co-authored-by: Kai Moschcau <mail@kmoschcau.de>
Co-authored-by: Lampros <hauahx@gmail.com>
This commit is contained in:
dundargoc
2023-06-02 16:59:58 +02:00
committed by GitHub
parent 4b60267f82
commit aa130d0c7e
9 changed files with 19 additions and 16 deletions

View File

@@ -335,7 +335,7 @@ end
--- Fold an iterator or table into a single value.
---
--- Examples:
--- <pre>
--- <pre>lua
--- -- Create a new table with only even values
--- local t = { a = 1, b = 2, c = 3, d = 4 }
--- local it = vim.iter(t)