Skip to content

Commit

Permalink
fix dotty.tools.dotc.config.Properties scaladoc (#21691)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal authored Oct 3, 2024
2 parents 861e6ff + 111124f commit d0d67dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/config/Properties.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import java.io.IOException
import java.util.jar.Attributes.{ Name => AttributeName }
import java.nio.charset.StandardCharsets

/** Loads `library.properties` from the jar. */
/** Loads `compiler.properties` from the jar. */
object Properties extends PropertiesTrait {
protected def propCategory: String = "compiler"
protected def pickJarBasedOn: Class[PropertiesTrait] = classOf[PropertiesTrait]
Expand Down

0 comments on commit d0d67dc

Please sign in to comment.