Skip to content

Commit c41eae7

Browse files
committed
Fix documentation of colorButton
1 parent 4586f30 commit c41eae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DearImGui.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ colorPicker3 desc ref = liftIO do
393393

394394
-- | Display a color square/button, hover for details, return true when pressed.
395395
--
396-
-- | Wraps @ImGui::ColorButton()@.
396+
-- Wraps @ImGui::ColorButton()@.
397397
colorButton :: (MonadIO m, HasSetter ref ImVec4, HasGetter ref ImVec4) => String -> ref -> m Bool
398398
colorButton desc ref = liftIO do
399399
currentValue <- get ref

0 commit comments

Comments
 (0)