aboutsummaryrefslogtreecommitdiff
path: root/examples/tiny.lua
diff options
context:
space:
mode:
authorSergio Queiroz <sqmedeiros@gmail.com>2016-06-13 11:56:47 -0300
committerSergio Queiroz <sqmedeiros@gmail.com>2016-06-13 11:56:47 -0300
commit43ce0cb6027033a9a08075d72a77630720895834 (patch)
tree181d3e2ac0c054802f5de35d82f8dd3beeadfe8f /examples/tiny.lua
parentd6b07c6c87655aa114af6aae8b6fef241f99aca3 (diff)
downloadlpeglabel-43ce0cb6027033a9a08075d72a77630720895834.tar.gz
lpeglabel-43ce0cb6027033a9a08075d72a77630720895834.tar.bz2
lpeglabel-43ce0cb6027033a9a08075d72a77630720895834.zip
Updating examples and documentation to match the new API
Diffstat (limited to 'examples/tiny.lua')
-rw-r--r--examples/tiny.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tiny.lua b/examples/tiny.lua
index aa9dbea..99c3144 100644
--- a/examples/tiny.lua
+++ b/examples/tiny.lua
@@ -1,4 +1,4 @@
1local re = require 're' 1local re = require 'relabel'
2 2
3local terror = {} 3local terror = {}
4 4