diff options
author | Dennis Schridde <devurandom@gmx.net> | 2012-10-03 02:54:08 +0200 |
---|---|---|
committer | Dennis Schridde <devurandom@gmx.net> | 2012-10-03 02:54:08 +0200 |
commit | 8e7217e74fbe5da0a9c1fee03d191b5a0266cedd (patch) | |
tree | 5d40a50a0ce1ee9e88052407e81bf38808c3391f /doc | |
parent | 944e325e2930a19ed7783816def8cd94508a15f8 (diff) | |
download | luafilesystem-8e7217e74fbe5da0a9c1fee03d191b5a0266cedd.tar.gz luafilesystem-8e7217e74fbe5da0a9c1fee03d191b5a0266cedd.tar.bz2 luafilesystem-8e7217e74fbe5da0a9c1fee03d191b5a0266cedd.zip |
Full Lua 5.2 compatibility and adherance to modules-create-no-globals
Diffstat (limited to 'doc')
-rw-r--r-- | doc/us/examples.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
65 | attributes for each file inside it.</p> | 65 | attributes for each file inside it.</p> |
66 | 66 | ||
67 | <pre class="example"> | 67 | <pre class="example"> |
68 | require"lfs" | 68 | local lfs = require"lfs" |
69 | 69 | ||
70 | function attrdir (path) | 70 | function attrdir (path) |
71 | for file in lfs.dir(path) do | 71 | for file in lfs.dir(path) do |