diff --git a/vectors/vectors-impl.scm b/vectors/vectors-impl.scm index 3199153..e8bc403 100755 --- a/vectors/vectors-impl.scm +++ b/vectors/vectors-impl.scm @@ -894,7 +894,7 @@ ;;; (VECTOR-COUNT ...) ;;; -> exact, nonnegative integer -;;; (PREDICATE? ...) ; N vectors -> N+1 args +;;; (PREDICATE? ...) ; N vectors -> N args ;;; PREDICATE? is applied element-wise to the elements of VECTOR ..., ;;; and a count is tallied of the number of elements for which a ;;; true value is produced by PREDICATE?. This count is returned.