doc: Fix typos

Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
Lucas Schwiderski 2021-06-16 19:53:35 +02:00
parent 16df93370f
commit 33b2fdfbf6
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
2 changed files with 2 additions and 2 deletions

View File

@ -414,7 +414,7 @@ end
--- Map a function to a table. --- Map a function to a table.
-- --
-- The function is applied to each value on the table, returning a modified -- The function is applied to each value in the table, returning a modified
-- table. -- table.
-- --
-- @tparam function f The function to be applied to each value in the table. -- @tparam function f The function to be applied to each value in the table.

View File

@ -249,7 +249,7 @@ function timer.run_delayed_calls_now()
delayed_calls = {} delayed_calls = {}
end end
--- Call the given function at the end of the current main loop iteration --- Call the given function at the end of the current main loop iteration.
-- @tparam function callback The function that should be called -- @tparam function callback The function that should be called
-- @param ... Arguments to the callback function -- @param ... Arguments to the callback function
-- @staticfct gears.timer.delayed_call -- @staticfct gears.timer.delayed_call