We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db4ab67 + a856f8a commit 6bc5803Copy full SHA for 6bc5803
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