From 05dce0d2f173b452faceef23b5ef33b33a07f6bd Mon Sep 17 00:00:00 2001 From: Kelly Martin Date: Fri, 30 Nov 2012 21:24:18 -0600 Subject: [PATCH] Fix inadvertently prematurely terminated block comment. --- plugins/lua/workflow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lua/workflow.lua b/plugins/lua/workflow.lua index b3bcf3d08..563e83297 100644 --- a/plugins/lua/workflow.lua +++ b/plugins/lua/workflow.lua @@ -8,7 +8,7 @@ local utils = require 'utils' * isEnabled() * setEnabled(enable) - * listConstraints([job[,with_history]]) -> {{...},...} + * listConstraints([job[,with_history] ]) -> {{...},...} * findConstraint(token) -> {...} or nil * setConstraint(token[, by_count, goal, gap]) -> {...} * deleteConstraint(token) -> true/false