Skip to content

Commit d02e7cb

Browse files
fixed a type in Roo-Code/src/core/diff/strategies/new-unified/index.ts (hunk changed to chunk)
in the section: # apply_diff Tool - Generate Precise Code Changes in point 3, changed from 3. Group related changes: - Keep related modifications in the same hunk to 3. Group related changes: - Keep related modifications in the same chunk
1 parent a866a1c commit d02e7cb

File tree

1 file changed

+1
-1
lines changed
  • src/core/diff/strategies/new-unified

1 file changed

+1
-1
lines changed

src/core/diff/strategies/new-unified/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Generate a unified diff that can be cleanly applied to modify code files.
130130
- Preserve exact indentation
131131
132132
3. Group related changes:
133-
- Keep related modifications in the same hunk
133+
- Keep related modifications in the same chunk
134134
- Start new hunks for logically separate changes
135135
- When modifying functions/methods, include the entire block
136136

0 commit comments

Comments
 (0)