Skip to content

Commit fb75d96

Browse files
authored
Update compiler/src/dotty/tools/dotc/typer/RefChecks.scala
1 parent f43e98e commit fb75d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ object RefChecks {
265265
* 1.11. If O is a Scala-2 macro, M must be a Scala-2 macro.
266266
* 1.12. If O is non-experimental, M must be non-experimental.
267267
* 1.13 Under -source future, if O is a val parameter, M must be a val parameter
268-
* that passes its on to O.
268+
* that passes its value on to O.
269269
* 2. Check that only abstract classes have deferred members
270270
* 3. Check that concrete classes do not have deferred definitions
271271
* that are not implemented in a subclass.

0 commit comments

Comments
 (0)