Skip to content

Commit 6bc5803

Browse files
authored
Backport "Fix typo: suports -> supports" to LTS (#19117)
Backports #18215 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents db4ab67 + a856f8a commit 6bc5803

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)