From 8e7217e74fbe5da0a9c1fee03d191b5a0266cedd Mon Sep 17 00:00:00 2001
From: Dennis Schridde
Date: Wed, 3 Oct 2012 02:54:08 +0200
Subject: Full Lua 5.2 compatibility and adherance to modules-create-no-globals
---
doc/us/examples.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'doc')
diff --git a/doc/us/examples.html b/doc/us/examples.html
index 65a6623..d6d32fc 100644
--- a/doc/us/examples.html
+++ b/doc/us/examples.html
@@ -65,7 +65,7 @@
attributes for each file inside it.
-require"lfs"
+local lfs = require"lfs"
function attrdir (path)
for file in lfs.dir(path) do
--
cgit v1.2.3-55-g6feb