From 12bc7f7de4bfd4265225ec0142b71d273ec7671f Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Thu, 14 Apr 2022 21:46:51 -0700 Subject: [PATCH] Tweak readme wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 418c3208a..1322cbd34 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Word diffing [can't do this](https://twitter.com/_wilfredh/status/1510139929971421191/photo/1). Difftastic parses your code. It understands when whitespace matters, -such as string literals or in languages like Python. It understands +such as inside string literals or languages like Python. It understands that `x-1` is three tokens in JS but one token in Lisp. ### Can I use difftastic with git?