Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Oct 29, 2024
1 parent 0c31f35 commit 5758340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-update/Control/Debounce/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ mkDebounceInternal baton delayFn (DebounceSettings freq action edge) = do
-- Empty the baton of any other activations during the interval
void $ tryTakeMVar baton
ignoreExc action
labelThread tid "Denounce"
labelThread tid "Debounce"
return $ void $ tryPutMVar baton ()

ignoreExc :: IO () -> IO ()
Expand Down

0 comments on commit 5758340

Please sign in to comment.