From 8ada452fa7ef9c38c702dd71967832e3ea62e4e8 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Mon, 17 Dec 2012 08:32:20 -0500 Subject: [PATCH] Docs: fix typo --- src/sphinx/Detailed-Topics/Configuring-Scala.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/Detailed-Topics/Configuring-Scala.rst b/src/sphinx/Detailed-Topics/Configuring-Scala.rst index 495c9411a..6e2908464 100644 --- a/src/sphinx/Detailed-Topics/Configuring-Scala.rst +++ b/src/sphinx/Detailed-Topics/Configuring-Scala.rst @@ -59,7 +59,7 @@ Configuring Scala tool dependencies In order to compile Scala code, run scaladoc, and provide a Scala REPL, sbt needs the ``scala-compiler`` jar. This should not be a normal dependency of the project, so sbt adds a dependency on ``scala-compiler`` in the special, private ``scala-tool`` configuration. It may be desirable to have more control over this in some situations. -Disable this automatic behavior with the ``autoScalaInstance`` key: +Disable this automatic behavior with the ``managedScalaInstance`` key: ::