From 9896f77012b2781d7d2983fad17f9cc77c5373ab Mon Sep 17 00:00:00 2001 From: Ethan Atkins Date: Sat, 27 Jul 2019 20:49:24 -0700 Subject: [PATCH] Fix typo --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 699acd08f..34ec14849 100644 --- a/build.sbt +++ b/build.sbt @@ -567,7 +567,7 @@ lazy val commandProj = (project in file("main-command")) ) // The core macro project defines the main logic of the DSL, abstracted -// away from several sbt implementators (tasks, settings, et cetera). +// away from several sbt implementors (tasks, settings, et cetera). lazy val coreMacrosProj = (project in file("core-macros")) .dependsOn(collectionProj) .settings(