We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c884a6 + 4682c70 commit f3b91adCopy full SHA for f3b91ad
2 files changed
changelog.md
@@ -2,6 +2,7 @@
2
3
## Unreleased
4
<!-- Add all new changes here. They will be moved under a version at release -->
5
+* `FIX` Correct `math.type` meta return annotation to use `nil` instead of the string literal `'nil'`
6
* `FIX` Fix initial `nameStyle.config` not getting loaded in the appropriate workspace.
7
8
## 3.18.2
meta/template/math.lua
@@ -240,7 +240,7 @@ function math.tointeger(x) end
240
---@return
241
---| '"integer"'
242
---| '"float"'
243
----| 'nil'
+---| nil
244
---@nodiscard
245
function math.type(x) end
246
0 commit comments