Lua table

This commit is contained in:
Bruce Hill 2017-10-26 02:25:44 -07:00
parent c47c4a2e41
commit 0da2b29e45

View File

@ -20,7 +20,7 @@ diff = make_diff(s1, s2)
returns the table:
```
```lua
{
{old="hello\n...\n", old_line=1, old_line_end=2,
new="hello\n...\n", new_line=1, new_line_end=2},