mirror of https://github.com/sbt/sbt.git
spelling: evaluate
This commit is contained in:
parent
b873338f25
commit
524579d87a
|
|
@ -208,7 +208,7 @@ private final class TrapExit(delegateManager: SecurityManager) extends SecurityM
|
|||
|
||||
/**
|
||||
* Represents an isolated application as simulated by [[TrapExit]].
|
||||
* `execute` is the application code to evalute.
|
||||
* `execute` is the application code to evaluate.
|
||||
* `log` is used for debug logging.
|
||||
*/
|
||||
private final class App(val execute: xsbti.F0[Unit], val log: Logger) extends Runnable {
|
||||
|
|
|
|||
Loading…
Reference in New Issue