Skip to content

Commit

Permalink
Fix duplicate argument name in Color div function (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
Periapsises authored Jun 24, 2024
1 parent 1bc3082 commit 1afb3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/starfall/libs_sh/color.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function color_meta.__mul(a, b)
end

--- Division metamethod
-- @param number|Color b Number or Color dividend
-- @param number|Color a Number or Color dividend
-- @param number|Color b Number or Color divisor
-- @return Color Scaled color.
function color_meta.__div(a, b)
Expand Down

0 comments on commit 1afb3ab

Please sign in to comment.