We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69032ea commit a856f8aCopy full SHA for a856f8a
scaladoc/src/dotty/tools/scaladoc/Scaladoc.scala
@@ -142,7 +142,7 @@ object Scaladoc:
142
)
143
144
if other.nonEmpty then report.warning(
145
- s"scaladoc suports only .tasty and .jar files, following files will be ignored: ${other.mkString(", ")}"
+ s"scaladoc supports only .tasty and .jar files, following files will be ignored: ${other.mkString(", ")}"
146
147
148
def defaultDest(): File =
0 commit comments