From 36037cf7e0a2f4e538786e11b0e7eb8606fa4538 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sat, 24 May 2025 23:22:14 +0100 Subject: [PATCH] Use line-oriented terminology consistently in manual --- manual/src/tricky_cases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/src/tricky_cases.md b/manual/src/tricky_cases.md index 7568ccb7c..d08753986 100644 --- a/manual/src/tricky_cases.md +++ b/manual/src/tricky_cases.md @@ -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. ```