diff options
| -rw-r--r-- | ravanan/workflow.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ravanan/workflow.scm b/ravanan/workflow.scm index 7610ea2..85c4f24 100644 --- a/ravanan/workflow.scm +++ b/ravanan/workflow.scm @@ -447,7 +447,7 @@ is the class of the workflow." formal-outputs)) (define (capture-output state) - "Return output of completed job @var{state}." + "Return output of completed job @var{state} as a state-monadic value." (cond ((workflow-state? state) (state-let* ((outputs (capture-propnet-output |
