Skip to content

Commit 0710418

Browse files
committed
Fix postfixOps usage in build
1 parent 740ac67 commit 0710418

File tree

1 file changed

+1
-1
lines changed
  • scaladoc/src/dotty/tools/scaladoc/tasty/comments/wiki

1 file changed

+1
-1
lines changed

scaladoc/src/dotty/tools/scaladoc/tasty/comments/wiki/Parser.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ final class Parser(
461461
stack.length > 0 && char != endOfText
462462
}) do {}
463463

464-
list mkString
464+
list.mkString
465465
}
466466

467467
def getInline(isInlineEnd: => Boolean, textTransform: String => String = identity): Inline = {

0 commit comments

Comments
 (0)