diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-06-13 11:56:47 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-06-13 11:56:47 -0300 |
commit | 43ce0cb6027033a9a08075d72a77630720895834 (patch) | |
tree | 181d3e2ac0c054802f5de35d82f8dd3beeadfe8f /examples/tiny.lua | |
parent | d6b07c6c87655aa114af6aae8b6fef241f99aca3 (diff) | |
download | lpeglabel-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.lua | 2 |
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 @@ | |||
1 | local re = require 're' | 1 | local re = require 'relabel' |
2 | 2 | ||
3 | local terror = {} | 3 | local terror = {} |
4 | 4 | ||