diff --git a/list/list.go b/list/list.go index 86099832..4e2ec2d2 100644 --- a/list/list.go +++ b/list/list.go @@ -135,7 +135,7 @@ type Model struct { // Key mappings for navigating the list. KeyMap KeyMap - // Filter used to filter the list. + // Filter is used to filter the list. Filter FilterFunc disableQuitKeybindings bool