Skip to content

Commit 413c8e3

Browse files
authored
Fix typo
1 parent 89adb4b commit 413c8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/Checking.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ object Checking {
4444

4545
/** Add further information for error messages involving applied types if the
4646
* type is inferred:
47-
* 1. the full inferred type in a TypeTree node
47+
* 1. the full inferred type is a TypeTree node
4848
* 2. the applied type causing the error, if different from (1)
4949
*/
5050
private def showInferred(msg: Message, app: Type, tpt: Tree)(using ctx: Context): Message =

0 commit comments

Comments
 (0)