Fix LDoc warning.

This commit is contained in:
Julian Wollrath 2015-02-26 12:05:59 +01:00 committed by Daniel Hahler
parent faa1c74f03
commit 3a34b49179
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ local function perform_action(o)
end end
--- Cut item list to return only current page. --- Cut item list to return only current page.
-- @tparam table all_item All items list. -- @tparam table all_items All items list.
-- @tparam str query Search query. -- @tparam str query Search query.
-- @return table List of items for current page. -- @return table List of items for current page.
local function get_current_page(all_items, query) local function get_current_page(all_items, query)