Skip to content

Commit 61c08fd

Browse files
committed
fix rustdocs
1 parent 15ebc28 commit 61c08fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Search utilities for filtering users and groups.
22
//!
3-
//! Currently provides [`apply_search`] which filters the `AppState` in-place
3+
//! Currently provides [`apply_filters_and_search`] which filters the `AppState` in-place
44
//! based on the current input mode and query string.
55
//!
66
use crate::app::{AppState, GroupsFilter, InputMode, UsersFilter};

0 commit comments

Comments
 (0)