spelling: implementation

This commit is contained in:
Josh Soref 2017-01-20 08:17:44 +00:00
parent af1ff9178d
commit 840dabf6b5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ private[sbt] final class Previous(streams: Streams, referenced: IMap[ScopedTaskK
}
}
/** Used by the .previous runtime implemention to get the previous value for task `key`. */
/** Used by the .previous runtime implementation to get the previous value for task `key`. */
private def get[T](key: ScopedKey[Task[T]]): Option[T] =
map.get(key).flatMap(_.previousValue)
}