From ac7fedba296490bb9c9a0dbcecfa1966df42fb0f Mon Sep 17 00:00:00 2001 From: Kim Shrier Date: Sun, 11 Aug 2024 11:12:25 -0600 Subject: [PATCH] v.help: remove extraneous word "of" (#22029) --- vlib/v/help/common/where.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/v/help/common/where.txt b/vlib/v/help/common/where.txt index aab6989a70..cae709d51b 100644 --- a/vlib/v/help/common/where.txt +++ b/vlib/v/help/common/where.txt @@ -22,7 +22,7 @@ symbol_name can be: regexp Options: - -mod [mod_name] Restrict to search recursively only within of the given + -mod [mod_name] Restrict to search recursively only within the given module, if not provided search in entire v scope (use -mod main to search inside all your project). -dir [dir_path] Restrict to search non recursively within the given