spelling: specify

This commit is contained in:
Josh Soref 2017-01-20 08:27:28 +00:00
parent 65f2d9a3d4
commit 66ec720884
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ object Scoped {
implicit def inputScopedToKey[T](s: InputKey[T]): ScopedKey[InputTask[T]] = ScopedKey(s.scope, s.key)
/**
* Mixin trait for adding convenience vocabulary associated with specifiying the [[Scope]] of a setting.
* Mixin trait for adding convenience vocabulary associated with specifying the [[Scope]] of a setting.
* Allows specification of the Scope or part of the [[Scope]] of a setting being referenced.
* @example
* {{{