We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c949b commit 57f2fd0Copy full SHA for 57f2fd0
scaladoc/src/dotty/tools/scaladoc/Scaladoc.scala
@@ -191,7 +191,7 @@ object Scaladoc:
191
val destFile = outputDir.nonDefault.fold(defaultDest())(_.file)
192
val printableProjectName = projectName.nonDefault.fold("")("for " + _ )
193
report.inform(
194
- s"Generating documenation $printableProjectName in $destFile")
+ s"Generating documentation $printableProjectName in $destFile")
195
196
if deprecatedSkipPackages.get.nonEmpty then report.warning(deprecatedSkipPackages.description)
197
0 commit comments