about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ccwl/ccwl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm
index 0692786..075ae0c 100644
--- a/ccwl/ccwl.scm
+++ b/ccwl/ccwl.scm
@@ -644,7 +644,7 @@ identifiers defined in the commands."
 (define (function-inputs function)
   "Return the list of inputs accepted by @var{function}---a
 @code{<command>}, @code{<js-expression>}, @code{<cwl-workflow>} or
-@code{<workflow> object."
+@code{<workflow>} object."
   ((cond
     ((command? function) command-inputs)
     ((js-expression? function) js-expression-inputs)