Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions crates/emmylua_code_analysis/resources/std/math.lua
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ function math.rad(x) end
--- @return integer
function math.random(m, n) end

--- @version 5.1, 5.2, 5.3
---
--- Sets `x` as the "seed" for the pseudo-random generator: equal seeds
--- produce equal sequences of numbers.
--- @param x integer
Expand Down
Loading