From d5b466b1cfe05d47af0bb2be6f1275141d6e97c4 Mon Sep 17 00:00:00 2001 From: Alexander Mohr Date: Sun, 8 Jun 2025 14:39:46 +0200 Subject: [PATCH] fix docstring --- worf/src/lib/modes/search.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worf/src/lib/modes/search.rs b/worf/src/lib/modes/search.rs index 7091d19..ba68f1b 100644 --- a/worf/src/lib/modes/search.rs +++ b/worf/src/lib/modes/search.rs @@ -46,7 +46,7 @@ impl ItemProvider for SearchProvider { } } -/// Shows the emoji mode +/// Shows the web search mode /// # Errors /// /// Forwards errors from the gui. See `gui::show` for details.