mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
docs: standardize language support notes across documentation files
This commit is contained in:
parent
efc621a58b
commit
71e477a993
2 changed files with 3 additions and 3 deletions
|
|
@ -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#.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue