summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2024-05-13 16:32:45 -0700
committerWilfred Hughes <me@wilfred.me.uk>2024-05-13 16:32:45 -0700
commit11e2c49b7e431448574f24171b64da7424847934 (patch)
treea9144d1871e2c19e85d7d654d62814c894b9d5a7
parent5a250d63dfb135dcbcabb3df27ddf75b094fcc23 (diff)
Fix wording
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 34b014e0ab..ff23860bf7 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,7 @@ $ difft file_with_conflicts.js
No. AST merging is a hard problem that difftastic does not address.
-AST diffing is a also lossy process from the perspective of a text
+AST diffing is a lossy process from the perspective of a text
diff. Difftastic will ignore whitespace that isn't syntactically
significant, but merging requires tracking whitespace.