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:
authorSoumith Chintala <soumith@gmail.com>2015-03-16 20:06:09 +0300
committerSoumith Chintala <soumith@gmail.com>2015-03-16 20:06:09 +0300
commit6e84960badcb5da597c8334e9cd63985da8c187b (patch)
tree45ee077aa717488d2ff0a4b8bf509851adc4f351
parenta85b8a38217ffc77a1a0e72abe514c8cabcffe93 (diff)
parent389a2dd8ffe02c7d0a7a63648d2c7f614b6ef15e (diff)
Merge pull request #5 from Atcold/inline-doc-bugfix
Update inline.lua
-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