Use consistent casing

pull/647/head^2
Wilfred Hughes 2024-03-06 21:47:30 +07:00
parent e208720d64
commit 3a480154c2
1 changed files with 1 additions and 1 deletions

@ -132,7 +132,7 @@ $ difft --check-only --exit-code before.js after.js
This will set the exit code to 0 if there are no syntactic changes, or
1 if there are changes found.
### How Does It Work?
### How does it work?
Difftastic treats structural diffing as a graph problem, and uses
Dijkstra's algorithm.