aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lua.txt
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-06-02 16:59:58 +0200
committerGitHub <noreply@github.com>2023-06-02 22:59:58 +0800
commitaa130d0c7ea69a05330d0b054b414cc3a15dac45 (patch)
treea1a6489799418d2d7e804a522239211b8d86d9e1 /runtime/doc/lua.txt
parent4b60267f82ef1947f8a583c02eaf502cf1db69ca (diff)
downloadrneovim-aa130d0c7ea69a05330d0b054b414cc3a15dac45.tar.gz
rneovim-aa130d0c7ea69a05330d0b054b414cc3a15dac45.tar.bz2
rneovim-aa130d0c7ea69a05330d0b054b414cc3a15dac45.zip
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>
Diffstat (limited to 'runtime/doc/lua.txt')
-rw-r--r--runtime/doc/lua.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt
index ad9cb69ae0..da423ac213 100644
--- a/runtime/doc/lua.txt
+++ b/runtime/doc/lua.txt
@@ -3035,7 +3035,7 @@ Iter:find({self}, {f}) *Iter:find()*
Iter:fold({self}, {init}, {f}) *Iter:fold()*
Fold an iterator or table into a single value.
- Examples: >
+ Examples: >lua
-- Create a new table with only even values
local t = { a = 1, b = 2, c = 3, d = 4 }