Skip to content

Commit 0d480b1

Browse files
committed
Fix documentation
1 parent f85914c commit 0d480b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,8 +775,8 @@ object Build {
775775
lazy val dottyLibrarySettings = Seq(
776776
libraryDependencies += "org.scala-lang" % "scala-library" % scalacVersion,
777777
// Add version-specific source directories:
778-
// - files in src-bootstrapped will only be compiled by dotty-bootstrapped
779-
// - files in src-non-bootstrapped will only be compiled by dotty non-bootstrapped
778+
// - files in src-non-bootstrapped will only be compiled by the reference compiler (scalac)
779+
// - files in src-bootstrapped will only be compiled by the current dotty compiler (non-bootstrapped and bootstrapped)
780780
unmanagedSourceDirectories in Compile += {
781781
val baseDir = baseDirectory.value
782782
if (isDotty.value)

0 commit comments

Comments
 (0)