From 71e477a993d341ac42daba3356f4ca3e28c0168c Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Thu, 2 Jan 2025 11:02:26 +0200 Subject: [PATCH] docs: standardize language support notes across documentation files --- docs/docs/tools/implement.md | 2 +- docs/docs/tools/test.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/tools/implement.md b/docs/docs/tools/implement.md index 281003b3..a3e24d26 100644 --- a/docs/docs/tools/implement.md +++ b/docs/docs/tools/implement.md @@ -53,4 +53,4 @@ Invoke the tool manually by commenting `/implement` on any PR review discussion. - Use `/implement ` to indirectly call the tool from any comment.
**Notes**
-- Languages that are currently supported by the tool: Python, Java, C++, JavaScript, TypeScript, C#. +- The following languages are currently supported: Python, Java, C++, JavaScript, TypeScript, C#. diff --git a/docs/docs/tools/test.md b/docs/docs/tools/test.md index b37fbd97..fa5c533e 100644 --- a/docs/docs/tools/test.md +++ b/docs/docs/tools/test.md @@ -17,8 +17,8 @@ The tool will generate tests for the selected component (if no component is stat (Example taken from [here](https://github.com/Codium-ai/pr-agent/pull/598#issuecomment-1913679429)): -**Notes** -- Languages that are currently supported by the tool: Python, Java, C++, JavaScript, TypeScript, C#. +**Notes**
+- The following languages are currently supported: Python, Java, C++, JavaScript, TypeScript, C#.
- This tool can also be triggered interactively by using the [`analyze`](./analyze.md) tool.