Skip to content

Commit 4908534

Browse files
Merge pull request #12 from scala/backport-lts-3.3-21691
Backport "fix `dotty.tools.dotc.config.Properties` scaladoc" to LTS
2 parents a876da5 + 1523e5f commit 4908534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/config/Properties.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import java.io.IOException
1010
import java.util.jar.Attributes.{ Name => AttributeName }
1111
import java.nio.charset.StandardCharsets
1212

13-
/** Loads `library.properties` from the jar. */
13+
/** Loads `compiler.properties` from the jar. */
1414
object Properties extends PropertiesTrait {
1515
protected def propCategory: String = "compiler"
1616
protected def pickJarBasedOn: Class[PropertiesTrait] = classOf[PropertiesTrait]

0 commit comments

Comments
 (0)