From de601cbfc5877586afee4edf922b66ad08dfa236 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Fri, 21 Feb 2025 08:27:08 -0800 Subject: [PATCH] Position no longer has any effect on diffing --- manual/src/parsing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/src/parsing.md b/manual/src/parsing.md index 56e32d949..1d19b3bcd 100644 --- a/manual/src/parsing.md +++ b/manual/src/parsing.md @@ -94,4 +94,4 @@ close delimiters. The simplified syntax tree only stores node content and node position. It does not store whitespace between nodes, and position is -largely ignored during diffing. +ignored during diffing.