Skip to content

Commit db1bc0d

Browse files
committed
Correction
1 parent 74fa413 commit db1bc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaladoc/src/dotty/tools/scaladoc/renderers/SiteRenderer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ trait SiteRenderer(using DocContext) extends Locations:
6161
if (!summon[DocContext].args.noLinkWarnings) then
6262
val msg = s"Unable to resolve link '$str'"
6363
report.warn(msg, content.template.templateFile.file)
64-
str
64+
str
6565
}
6666

6767
def processLocalLinkWithGuard(str: String): String =

0 commit comments

Comments
 (0)