Skip to content

Commit 23f685a

Browse files
AidChengCopilot
andauthored
Update neptune/src/neptune_engine.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aid C. <57825561+AidCheng@users.noreply.github.com>
1 parent 61f81f2 commit 23f685a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

neptune/src/neptune_engine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ impl Diff {
219219
writeln!(out, "--- {old_pref}").unwrap();
220220
writeln!(out, "+++ {new_pref}").unwrap();
221221

222-
// call your diff neptune; here I'll inline a placeholder
222+
// call your diff engine; here I'll inline a placeholder
223223
// replace this with your actual diff routine, e.g.:
224224
// imara_diff_result(&old_text, &new_text, algorithm, &mut out);
225225
//

0 commit comments

Comments
 (0)