From 00ec90b59fb4d2ab516a0c2d8faddfb93a99458e Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 30 Mar 2022 15:17:23 -0400 Subject: [PATCH] docs(list): fix typo in doc comment --- list/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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