Skip to content

Commit 3e169cf

Browse files
Update src/core/diff/strategies/multi-search-replace.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 67acacb commit 3e169cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ Only use a single line of '=======' between search and replacement content, beca
457457
bestScore,
458458
bestMatchIndex,
459459
bestMatchContent: midContent,
460-
} = fuzzySearch(resultLines, searchChunk, searchStartIndex, searchEndIndex) // resultLines tiene un array de líneas sin retorno de carro. searchChunk tiene el contenido de la búsqueda con retorno de carro
460+
} = fuzzySearch(resultLines, searchChunk, searchStartIndex, searchEndIndex) // resultLines is an array of lines without carriage returns. searchChunk contains the search content with carriage returns.
461461
matchIndex = bestMatchIndex
462462
bestMatchScore = bestScore
463463
bestMatchContent = midContent

0 commit comments

Comments
 (0)