mirror of https://github.com/sbt/sbt.git
fix typo
This commit is contained in:
parent
eb2ec8c781
commit
a50f6cb872
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue