Skip to content

Commit 57f2fd0

Browse files
committed
typo: documenation -> documentation
1 parent 47c949b commit 57f2fd0

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
@@ -191,7 +191,7 @@ object Scaladoc:
191191
val destFile = outputDir.nonDefault.fold(defaultDest())(_.file)
192192
val printableProjectName = projectName.nonDefault.fold("")("for " + _ )
193193
report.inform(
194-
s"Generating documenation $printableProjectName in $destFile")
194+
s"Generating documentation $printableProjectName in $destFile")
195195

196196
if deprecatedSkipPackages.get.nonEmpty then report.warning(deprecatedSkipPackages.description)
197197

0 commit comments

Comments
 (0)