aboutsummaryrefslogtreecommitdiff
path: root/examples/expRec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/expRec.lua')
-rw-r--r--examples/expRec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/expRec.lua b/examples/expRec.lua
index 5c5fd7d..52bd40a 100644
--- a/examples/expRec.lua
+++ b/examples/expRec.lua
@@ -1,5 +1,5 @@
1local m = require"lpeglabelrec" 1local m = require"lpeglabel"
2local re = require"relabelrec" 2local re = require"relabel"
3 3
4local labels = { 4local labels = {
5 {"ExpTermFirst", "expected an expression"}, 5 {"ExpTermFirst", "expected an expression"},