spelling: world

This commit is contained in:
Josh Soref 2017-01-20 08:30:38 +00:00
parent 582c9cbcf7
commit 58e024aaac
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TaskKey[Unit]("checkName", "") := {
assert(name.value == "hello-world", "Name is not hello-worled, failed to set!")
assert(name.value == "hello-world", "Name is not hello-world, failed to set!")
}
val notExistingThing = settingKey[Int]("Something new")