aboutsummaryrefslogtreecommitdiff
path: root/doc/us/examples.html
diff options
context:
space:
mode:
authorFabio Mascarenhas <mascarenhas@gmail.com>2012-10-04 07:00:22 -0700
committerFabio Mascarenhas <mascarenhas@gmail.com>2012-10-04 07:00:22 -0700
commit62d5dbe3b6375e19573ad8f8af23df318bb05042 (patch)
tree899cba2237f04413e54165b0f513ed6ba0735a6b /doc/us/examples.html
parent944e325e2930a19ed7783816def8cd94508a15f8 (diff)
parentf42c1a1a38cb6ee448bbb36fb5c8fadeebef84fc (diff)
downloadluafilesystem-62d5dbe3b6375e19573ad8f8af23df318bb05042.tar.gz
luafilesystem-62d5dbe3b6375e19573ad8f8af23df318bb05042.tar.bz2
luafilesystem-62d5dbe3b6375e19573ad8f8af23df318bb05042.zip
Merge pull request #18 from devurandom/fix/lua52
Full Lua 5.2 compatibility and adherance to modules-create-no-globals
Diffstat (limited to 'doc/us/examples.html')
-rw-r--r--doc/us/examples.html2
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 @@
65attributes for each file inside it.</p> 65attributes for each file inside it.</p>
66 66
67<pre class="example"> 67<pre class="example">
68require"lfs" 68local lfs = require"lfs"
69 69
70function attrdir (path) 70function attrdir (path)
71 for file in lfs.dir(path) do 71 for file in lfs.dir(path) do