From 9665928860eda07a9645c0c7a985f78ae888f6ee Mon Sep 17 00:00:00 2001 From: Kalle Ahlström <71292737+kahlstrm@users.noreply.github.com> Date: Sat, 28 Jun 2025 17:41:25 +0300 Subject: chore: add proper pluralization handling for match in grep tool (#2344) Co-authored-by: Allen Hutchison --- docs/tools/file-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tools') diff --git a/docs/tools/file-system.md b/docs/tools/file-system.md index d1ef194b..c29f086a 100644 --- a/docs/tools/file-system.md +++ b/docs/tools/file-system.md @@ -159,7 +159,7 @@ The Gemini CLI provides a comprehensive suite of tools for interacting with the - Returns a list of matching lines, each prefixed with its file path (relative to the search directory) and line number. - **Output (`llmContent`):** A formatted string of matches, e.g.: ``` - Found 3 match(es) for pattern "myFunction" in path "." (filter: "*.ts"): + Found 3 matches for pattern "myFunction" in path "." (filter: "*.ts"): --- File: src/utils.ts L15: export function myFunction() { -- cgit v1.2.3