docs: standardize language support notes across documentation files

This commit is contained in:
ofir-frd
2025-01-02 11:02:26 +02:00
parent efc621a58b
commit 71e477a993
2 changed files with 3 additions and 3 deletions

View File

@ -53,4 +53,4 @@ Invoke the tool manually by commenting `/implement` on any PR review discussion.
- Use `/implement <link-to-review-comment>` to indirectly call the tool from any comment. <br>
**Notes** <br>
- 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#.

View File

@ -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** <br>
- The following languages are currently supported: Python, Java, C++, JavaScript, TypeScript, C#. <br>
- This tool can also be triggered interactively by using the [`analyze`](./analyze.md) tool.