spelling: computation

This commit is contained in:
Josh Soref 2017-01-20 08:11:45 +00:00
parent f5248f04ce
commit 1ee0e5dd0b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import ConcurrentRestrictions.{ Tag, TagMap, tagsKey }
// Action, Task, and Info are intentionally invariant in their type parameter.
// Various natural transformations used, such as PMap, require invariant type constructors for correctness
/** Defines a task compuation*/
/** Defines a task computation*/
sealed trait Action[T] {
// TODO: remove after deprecated InputTask constructors are removed
private[sbt] def mapTask(f: Task ~> Task): Action[T]