Skip to content

Commit a856f8a

Browse files
mkurzKordyjan
authored andcommitted
Fix typo: suports -> supports
[Cherry-picked b755314]
1 parent 69032ea commit a856f8a

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)