Skip to content

Commit

Permalink
Fix -- 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bqmb3 committed Jun 10, 2024
1 parent 3d3d793 commit 36df03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ function F3X:CreateLight(Part, LightType)
end

--- Sets the properties of the specified lights.
-- @tparam {table,...} Changes A table containing information about the lights to be set.
-- @tparam table Changes A table containing information about the lights to be set.
-- @tparam Instance Changes.Part The part to which the light belongs.
-- @tparam "SpotLight"|"PointLight"|"SurfaceLight" Changes.LightType The type of light to be set.
-- @tparam[opt] number Changes.Range The range of the light.
Expand Down

0 comments on commit 36df03e

Please sign in to comment.