File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44<!-- Add all new changes here. They will be moved under a version at release -->
55* ` NEW ` Custom documentation exporter
66* ` NEW ` Setting: ` Lua.docScriptPath ` : Path to a script that overrides ` cli.doc.export ` , allowing user-specified documentation exporting.
7+ * ` FIX ` Lua 5.1: fix incorrect warning when using setfenv with an int as first parameter
78
89## 3.10.5
910` 2024-8-19 `
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ function select(index, ...) end
210210
211211--- @version 5.1
212212--- #DES 'setfenv'
213- --- @param f async fun ( ... ): ... | integer
213+ --- @param f ( async fun ( ... ): ... ) |integer
214214--- @param table table
215215--- @return function
216216function setfenv (f , table ) end
You can’t perform that action at this time.
0 commit comments