From 254d69f646bbf65a3a0e03820578312a1c7240b2 Mon Sep 17 00:00:00 2001 From: Bastiaan Date: Tue, 27 Apr 2021 23:29:28 +0200 Subject: [PATCH] Fix documentation modules/gui/task-list.lua Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com> --- modules/gui/task-list.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/task-list.lua b/modules/gui/task-list.lua index aa8e84be..f1031754 100644 --- a/modules/gui/task-list.lua +++ b/modules/gui/task-list.lua @@ -317,7 +317,7 @@ local task_view_footer = local message_pattern = "(.-)\n(.*)" ---- Parce a string into a message object with title and body +--- Parse a string into a message object with title and body -- @tparam string str message data local function parse_message(str) -- Trimm the spaces of the string