mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Correct typo in pr_reviewer_prompts.toml
This commit is contained in:
parent
d384b0644e
commit
62746294e3
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ code line that already existed in the file....
|
||||||
...
|
...
|
||||||
'
|
'
|
||||||
|
|
||||||
Thre review should focus on new code added in the PR (lines starting with '+'), and not on code that already existed in the file (lines starting with '-', or without prefix).
|
The review should focus on new code added in the PR (lines starting with '+'), and not on code that already existed in the file (lines starting with '-', or without prefix).
|
||||||
|
|
||||||
{%- if num_code_suggestions > 0 %}
|
{%- if num_code_suggestions > 0 %}
|
||||||
- Provide up to {{ num_code_suggestions }} code suggestions.
|
- Provide up to {{ num_code_suggestions }} code suggestions.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue