Skip to content

Commit 2e33ba9

Browse files
committed
Fix doc comment
1 parent 68b4e6c commit 2e33ba9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dotty/tools/dotc/reporting/ThrowingReporter.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import collection.mutable
77
import Reporter._
88

99
/**
10-
* This class implements a Reporter that stores all messages
10+
* This class implements a Reporter that throws all errors and sends warnings and other
11+
* info to the underlying reporter.
1112
*/
1213
class ThrowingReporter(reportInfo: Reporter) extends Reporter {
1314
protected def doReport(d: Diagnostic)(implicit ctx: Context): Unit = d match {

0 commit comments

Comments
 (0)