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:
authorThijs Schreijer <thijs@thijsschreijer.nl>2019-01-06 15:20:22 +0300
committerThijs Schreijer <thijs@thijsschreijer.nl>2019-01-06 15:20:22 +0300
commit14f59ef2240e83f39f56d545d63de215ce2981a6 (patch)
treef8883bd2b3fded9d339aedc8bd92d23c2c7ff14b
parent0990ef8ad134869529b9eb2f51a73a7f70a95ccd (diff)
doc(set) make the set module a class in the documentation
-rw-r--r--lua/pl/Set.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pl/Set.lua b/lua/pl/Set.lua
index ffc50a7..ce428f0 100644
--- a/lua/pl/Set.lua
+++ b/lua/pl/Set.lua
@@ -20,7 +20,7 @@
-- [banana,apricot,apple,orange] [banana,apple,orange]
--
-- Dependencies: `pl.utils`, `pl.tablex`, `pl.class`, `pl.Map`, (`pl.List` if __tostring is used)
--- @module pl.Set
+-- @classmod pl.Set
local tablex = require 'pl.tablex'
local utils = require 'pl.utils'