CHANGES.md: Fix typo

This commit is contained in:
slotThe
2021-04-17 09:27:28 +02:00
parent b1782da37c
commit 6687a5bc40

View File

@@ -491,7 +491,8 @@
- Added `maxComplColumns` field to `XPConfig`, to limit the number of
columns in the completion window.
- Redefine `ComplCaseSensitivity` to a proper sum type as opposed to a newtype wrapped around Bool.
- Redefine `ComplCaseSensitivity` to a proper sum type as opposed to
a `newtype` wrapper around `Bool`.
* `XMonad.Actions.TreeSelect`