From af9dfd17904461424818a5da9c0bf81b9325b817 Mon Sep 17 00:00:00 2001 From: csqrl <21029087+csqrl@users.noreply.github.com> Date: Mon, 25 Apr 2022 17:36:42 +0100 Subject: [PATCH] Fix Indentation on FromLCH --- src/LCH/FromLCH.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LCH/FromLCH.lua b/src/LCH/FromLCH.lua index cbe65fd..efb901d 100644 --- a/src/LCH/FromLCH.lua +++ b/src/LCH/FromLCH.lua @@ -25,8 +25,8 @@ end @function fromLCH @within LCH - @param lch LCH -- The color to convert. - @return Color3 -- The converted color. + @param lch LCH -- The color to convert. + @return Color3 -- The converted color. ]=] local function FromLCH(lch: CONST.LCH): Color3 Assert.typeOf("FromLCH", "lch", "table", lch)