mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
fix(list): typo in doc comment (#391)
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ func (m Model) ShowTitle() bool {
|
||||
return m.showTitle
|
||||
}
|
||||
|
||||
// SetShowFilter shows or hides the filer bar. Note that this does not disable
|
||||
// SetShowFilter shows or hides the filter bar. Note that this does not disable
|
||||
// filtering, it simply hides the built-in filter view. This allows you to
|
||||
// use the FilterInput to render the filtering UI differently without having to
|
||||
// re-implement filtering from scratch.
|
||||
|
||||
Reference in New Issue
Block a user