Skip to content

Commit 9ab4a88

Browse files
authored
Fix typo in diff prompt (#2410)
1 parent e1f6eb6 commit 9ab4a88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/diff/strategies/multi-search-replace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Search/Replace content with multi edits:
110110
:start_line:1
111111
:end_line:2
112112
-------
113-
def calculate_sum(items):
113+
def calculate_total(items):
114114
sum = 0
115115
=======
116116
def calculate_sum(items):

src/core/prompts/__tests__/__snapshots__/system.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4101,7 +4101,7 @@ Search/Replace content with multi edits:
41014101
:start_line:1
41024102
:end_line:2
41034103
-------
4104-
def calculate_sum(items):
4104+
def calculate_total(items):
41054105
sum = 0
41064106
=======
41074107
def calculate_sum(items):

0 commit comments

Comments
 (0)