Skip to content

Commit 5e60bab

Browse files
committed
Clarify the description of merge conflict markers in EDIT_FORMAT_INSTRUCTIONS_COMPARED
1 parent 1254fc4 commit 5e60bab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vscode/src/constants/edit-format-instructions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Updated the greeting text.
4040
print(GREETING)
4141
\`\`\``
4242

43-
export const EDIT_FORMAT_INSTRUCTIONS_COMPARED = `${intro}, followed by a markdown code block showing the original and updated code with Git-style merge conflict markers. Example:
43+
export const EDIT_FORMAT_INSTRUCTIONS_COMPARED = `${intro}, followed by a markdown code block showing the original and updated code snippets with Git-style merge conflict markers. Example:
4444
Updated the greeting text.
4545
4646
### Updated file: \`src/hello.py\`

0 commit comments

Comments
 (0)