diff --git a/list/list.go b/list/list.go index 8609983..4e2ec2d 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