From 9e23134b7cc583538f2b9667ffa251b575985bc6 Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 6 Jul 2024 02:45:39 +0000 Subject: refactor: improve code quality --- tools/search_wikipedia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/search_wikipedia.sh') diff --git a/tools/search_wikipedia.sh b/tools/search_wikipedia.sh index b352e40..8f055a4 100755 --- a/tools/search_wikipedia.sh +++ b/tools/search_wikipedia.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -# @describe Searche Wikipedia for a query. +# @describe Search Wikipedia for a query. # Uses it to get detailed information about a public figure, interpretation of a complex scientific concept or in-depth connectivity of a significant historical event,. # @option --query! The query to search for. -- cgit v1.2.3