mirror of https://github.com/sbt/sbt.git
spelling: strategy
This commit is contained in:
parent
66ec720884
commit
2791e68d0d
|
|
@ -41,7 +41,7 @@ trait RunningTaskEngine {
|
|||
def cancelAndShutdown(): Unit
|
||||
}
|
||||
/**
|
||||
* A startegy for being able to cancle tasks.
|
||||
* A strategy for being able to cancle tasks.
|
||||
*
|
||||
* Implementations of this trait determine what will trigger `cancel()` for
|
||||
* the task engine, providing in the `start` method.
|
||||
|
|
|
|||
Loading…
Reference in New Issue