Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/dok.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Canziani <alfredo.canziani@gmail.com>2015-03-16 11:50:03 +0300
committerAlfredo Canziani <alfredo.canziani@gmail.com>2015-03-16 11:50:03 +0300
commit389a2dd8ffe02c7d0a7a63648d2c7f614b6ef15e (patch)
tree45ee077aa717488d2ff0a4b8bf509851adc4f351
parenta85b8a38217ffc77a1a0e72abe514c8cabcffe93 (diff)
Update inline.lua
`local` (private) function call bug
-rw-r--r--inline.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/inline.lua b/inline.lua
index dd4dda0..3a9bc8a 100644
--- a/inline.lua
+++ b/inline.lua
@@ -522,7 +522,7 @@ function dok.browse(package_name)
-- Ask user to enter next file they want to traverse-to. (in brackets you can give them hints).
-- Let's hack Approach 2.
- local headings = dok.package_headings(package_name)
+ local headings = package_headings(package_name)
print('Sections:')
local example