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

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2018-09-21 17:57:48 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2018-09-21 17:57:48 +0300
commitcd93810a35a7696468cb21cdbd0a1e78b7bb5c7f (patch)
tree3431624504b034357a1e9de33eb7b034e487312a
parentda8f97a86a00b4f88e35c546b96aefa2b22cffbe (diff)
Fix extra return value in utils.pack docs
-rw-r--r--lua/pl/utils.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/pl/utils.lua b/lua/pl/utils.lua
index 5b5a0d8..2f973ec 100644
--- a/lua/pl/utils.lua
+++ b/lua/pl/utils.lua
@@ -25,7 +25,6 @@ local utils = {
--- pack an argument list into a table.
-- @param ... any arguments
-- @return a table with field n set to the length
--- @return table
-- @function utils.pack
utils.pack = table.pack -- added here to be symmetrical with unpack