Fix unicode char
This commit is contained in:
parent
bfc6bde580
commit
6aa666fb19
2
diff.lua
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user