Skip to content

Commit 2753a17

Browse files
Fix typo: suports -> supports (#18215)
Also a question: Will scaladoc support `.scala` files in foreseeable future? Scala 2 scaladoc does support that, so actually I am wondering why dottydoc does not... AFAIK it only supports tasty and jar files.
2 parents 58c3c3c + b755314 commit 2753a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaladoc/src/dotty/tools/scaladoc/Scaladoc.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ object Scaladoc:
142142
)
143143

144144
if other.nonEmpty then report.warning(
145-
s"scaladoc suports only .tasty and .jar files, following files will be ignored: ${other.mkString(", ")}"
145+
s"scaladoc supports only .tasty and .jar files, following files will be ignored: ${other.mkString(", ")}"
146146
)
147147

148148
def defaultDest(): File =

0 commit comments

Comments
 (0)