From 260f6ee740cae955b0e91249f20e0a31b390e26f Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sun, 4 Jun 2017 07:28:22 +0900 Subject: [PATCH] fix typo (#3246) --- main/src/main/scala/sbt/internal/Load.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/src/main/scala/sbt/internal/Load.scala b/main/src/main/scala/sbt/internal/Load.scala index cb58d4ba4..b30946aca 100755 --- a/main/src/main/scala/sbt/internal/Load.scala +++ b/main/src/main/scala/sbt/internal/Load.scala @@ -1138,7 +1138,7 @@ private[sbt] object Load { /** Loads the plugins. * * @param dir The base directory for the build. - * @param config The configuration for the the build. + * @param config The configuration for the build. * @param pluginData The data required to load plugins. * @return An instance of the loaded build with plugin information. */