diff --git a/tasks/Node.scala b/tasks/Node.scala index ff4484b10..86fca7989 100644 --- a/tasks/Node.scala +++ b/tasks/Node.scala @@ -6,7 +6,7 @@ package sbt import Types._ /** Represents a task node in a format understood by the task evaluation engine Execute. -* Heterogenous inputs (Mixed, tuple) and homogoneous (Uniform, sequence) and defined and consumed separately. +* Heterogenous inputs (Mixed, tuple) and homogoneous (Uniform, sequence) are defined and consumed separately. * * @tparam A the task type * @tparam T the type computed by this node */