From 39be777a13071cad3943e88d1e0cbdb9ed61b8a1 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 29 May 2022 09:57:54 -0700 Subject: [PATCH] Prefer a complete sentence --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8b7ed02e..b86d22758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "difftastic" -description = "A structural diff that understands syntax" +description = "A structural diff that understands syntax." repository = "https://github.com/wilfred/difftastic" homepage = "http://difftastic.wilfred.me.uk/" license = "MIT"