Comment nit

This commit is contained in:
Jonathan Daugherty 2022-08-04 19:13:13 -07:00
parent ad91a0b727
commit 1ba4c0974d

View File

@ -57,7 +57,7 @@ data St =
, _counter :: Int
-- ^ The counter value to manipulate in the handlers.
, _loadedCustomBindings :: Maybe FilePath
-- ^ Whether the application found custom keybindings in the
-- ^ Set if the application found custom keybindings in the
-- specified file.
}