fix docstring

This commit is contained in:
Alexander Mohr 2025-06-08 14:39:46 +02:00
parent 0c5e434bf1
commit d5b466b1cf

View file

@ -46,7 +46,7 @@ impl<T: Clone> ItemProvider<T> for SearchProvider<T> {
}
}
/// Shows the emoji mode
/// Shows the web search mode
/// # Errors
///
/// Forwards errors from the gui. See `gui::show` for details.