Skip to content

Commit 9fd6f7e

Browse files
authored
Merge pull request #2459 from Bilal2453/patch-1
bit meta: tohex returns a string
2 parents 34ff9d3 + a67bb8d commit 9fd6f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/template/bit.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function bit.tobit(x) end
1212

1313
---@param x integer
1414
---@param n? integer
15-
---@return integer y
15+
---@return string y
1616
---@nodiscard
1717
function bit.tohex(x, n) end
1818

0 commit comments

Comments
 (0)