Skip to content

Commit

Permalink
fix: correct typo in diff format documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Jan 19, 2025
1 parent ad4a96c commit 24aa15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/settings/pr_code_suggestions_prompts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ __new hunk__
...
======
Important notes about the structred diff format above:
Important notes about the structured diff format above:
1. Each PR code chunk is decoupled into separate '__new hunk__' and '__old hunk__' sections:
- The '__new hunk__' section shows the code chunk AFTER the PR changes.
- The '__old hunk__' section shows the code chunk BEFORE the PR changes. If no code was removed from the chunk, the '__old hunk__' section will be omitted.
Expand Down

0 comments on commit 24aa15f

Please sign in to comment.