Fix unicode char

This commit is contained in:
Bruce Hill 2025-04-02 03:13:03 -04:00
parent bfc6bde580
commit 6aa666fb19

View File

@ -9,7 +9,7 @@
-- The returned diff table also has a diff:print() method on it that can be used to print -- 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. -- the diff in a human-readable form. See below for the print options.
-- --
-- This implementation uses the HuntMcIlroy 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/ -- lovely python implementation at: http://pynash.org/2013/02/26/diff-in-50-lines/
-- --
-- Copyright 2017 Bruce Hill -- Copyright 2017 Bruce Hill