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.