aboutsummaryrefslogtreecommitdiff
path: root/examples/recovery.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/recovery.lua')
-rw-r--r--examples/recovery.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/recovery.lua b/examples/recovery.lua
index 3272ae7..bb17b54 100644
--- a/examples/recovery.lua
+++ b/examples/recovery.lua
@@ -1,4 +1,4 @@
1local lpeg = require"lpeglabel" 1local lpeg = require"lpeglabelrec"
2 2
3local R, S, P, V = lpeg.R, lpeg.S, lpeg.P, lpeg.V 3local R, S, P, V = lpeg.R, lpeg.S, lpeg.P, lpeg.V
4local C, Cc, Ct, Cmt = lpeg.C, lpeg.Cc, lpeg.Ct, lpeg.Cmt 4local C, Cc, Ct, Cmt = lpeg.C, lpeg.Cc, lpeg.Ct, lpeg.Cmt