Fixed up some comments for LCS
This commit is contained in:
parent
bee5d88b02
commit
a1d78c9be6
2 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ use std::ops::{Index, Range};
|
|||
|
||||
use crate::algorithms::DiffHook;
|
||||
|
||||
/// Myers' diff algorithm.
|
||||
/// Hunt–McIlroy / Hunt–Szymanski LCS diff algorithm.
|
||||
///
|
||||
/// Diff `old`, between indices `old_range` and `new` between indices `new_range`.
|
||||
pub fn diff<Old, New, D>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue