diff options
Diffstat (limited to 'examples/recovery.lua')
-rw-r--r-- | examples/recovery.lua | 2 |
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 @@ | |||
1 | local lpeg = require"lpeglabel" | 1 | local lpeg = require"lpeglabelrec" |
2 | 2 | ||
3 | local R, S, P, V = lpeg.R, lpeg.S, lpeg.P, lpeg.V | 3 | local R, S, P, V = lpeg.R, lpeg.S, lpeg.P, lpeg.V |
4 | local C, Cc, Ct, Cmt = lpeg.C, lpeg.Cc, lpeg.Ct, lpeg.Cmt | 4 | local C, Cc, Ct, Cmt = lpeg.C, lpeg.Cc, lpeg.Ct, lpeg.Cmt |