More concise.

This commit is contained in:
Bruce Hill 2017-10-26 02:18:42 -07:00
parent ccef71870c
commit 3d558be83f

View File

@ -7,12 +7,10 @@ string chunks.
```lua
make_diff = require "diff"
s1 = [[
hello
s1 = [[hello
to the
world]]
s2 = [[
hello
s2 = [[hello
at the
world]]
diff = make_diff(s1, s2)