Skip to content

Commit d0d67dc

Browse files
authored
fix dotty.tools.dotc.config.Properties scaladoc (#21691)
2 parents 861e6ff + 111124f commit d0d67dc

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)