Skip to content

Commit

Permalink
Update comment in index.js to reflect JsDiff->Diff rename in 5.0.0 (#430
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ExplodingCabbage authored Dec 19, 2023
1 parent 1387be9 commit 96f5998
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* Text diff implementation.
*
* This library supports the following APIs:
* JsDiff.diffChars: Character by character diff
* JsDiff.diffWords: Word (as defined by \b regex) diff which ignores whitespace
* JsDiff.diffLines: Line based diff
* Diff.diffChars: Character by character diff
* Diff.diffWords: Word (as defined by \b regex) diff which ignores whitespace
* Diff.diffLines: Line based diff
*
* JsDiff.diffCss: Diff targeted at CSS content
* Diff.diffCss: Diff targeted at CSS content
*
* These methods are based on the implementation proposed in
* "An O(ND) Difference Algorithm and its Variations" (Myers, 1986).
Expand Down

0 comments on commit 96f5998

Please sign in to comment.