Use line-oriented terminology consistently in manual

imara_diff_library
Wilfred Hughes 2025-05-24 23:22:14 +07:00
parent dbfc68ec6a
commit 36037cf7e0
1 changed files with 2 additions and 2 deletions

@ -465,8 +465,8 @@ There's no guarantee that the input we're given is valid syntax. Even
if the code is valid, it might use syntax that isn't supported by the
parser.
**Difftastic**: Difftastic will fall back to a text-based diff if any
parse errors occur, to avoid diffing incomplete syntax trees. When
**Difftastic**: Difftastic will fall back to a line-oriented diff if
any parse errors occur, to avoid diffing incomplete syntax trees. When
this occurs, the file header reports the error count.
```