Skip to content

Commit b755314

Browse files
committed
Fix typo: suports -> supports
1 parent 4851278 commit b755314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)