refactor: update comment
This commit is contained in:
@@ -54,8 +54,8 @@ M.options = {
|
|||||||
-- {class = 'high', item = 'fourth'},
|
-- {class = 'high', item = 'fourth'},
|
||||||
-- will become this:
|
-- will become this:
|
||||||
-- {class = 'low', item = ' first '},
|
-- {class = 'low', item = ' first '},
|
||||||
-- {class = 'med', item = ' first second '},
|
-- {class = 'med', item = ' second third '},
|
||||||
-- {class = 'high', item = ' third '},
|
-- {class = 'high', item = ' fourth '},
|
||||||
local function aggregate_sections(sections)
|
local function aggregate_sections(sections)
|
||||||
local aggregated, piv = {}, 1
|
local aggregated, piv = {}, 1
|
||||||
while piv <= #sections do
|
while piv <= #sections do
|
||||||
|
|||||||
Reference in New Issue
Block a user