Skip to content
Prev Previous commit
Next Next commit
Replace utility with command
  • Loading branch information
pedrottimark committed Jan 28, 2018
commit 4f91e75126d74266e1344bda6f02378e59fc954e
4 changes: 2 additions & 2 deletions packages/diff-sequences/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ const diffIndexIntervals = (a, aStart, aEnd, b, bStart, bEnd) => {
};
```

## Example of callback functions to emulate diff utility
## Example of callback functions to emulate diff command

Linux or Unix has a `diff` utility to compare files line by line. Its output is
Linux or Unix has a `diff` command to compare files line by line. Its output is
a **shortest edit script**:

* **c**hange adjacent lines from the first file to lines from the second file
Expand Down