From 6aa666fb1901ad5ea5d428d9fda3a4326c010f79 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 2 Apr 2025 03:13:03 -0400 Subject: [PATCH] Fix unicode char --- diff.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff.lua b/diff.lua index 16091d3..15f400d 100644 --- a/diff.lua +++ b/diff.lua @@ -9,7 +9,7 @@ -- The returned diff table also has a diff:print() method on it that can be used to print -- the diff in a human-readable form. See below for the print options. -- --- This implementation uses the Hunt–McIlroy algorithm, and is inspired by Jason Orendorff's +-- This implementation uses the Hunt-McIlroy algorithm, and is inspired by Jason Orendorff's -- lovely python implementation at: http://pynash.org/2013/02/26/diff-in-50-lines/ -- -- Copyright 2017 Bruce Hill