Skip to content

Commit 86c58ff

Browse files
committed
Fix typo
1 parent ca88ada commit 86c58ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/runtime/quoted/Runner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package scala.runtime.quoted
33
import scala.annotation.implicitNotFound
44
import scala.quoted.Expr
55

6-
@implicitNotFound("Could not find implicit Runner. Default runner can must be imported with `import dotty.tools.dotc.quoted.Runners._`")
6+
@implicitNotFound("Could not find implicit Runner. Default runner can be imported with `import dotty.tools.dotc.quoted.Runners._`")
77
trait Runner[T] {
88
def run(expr: Expr[T]): T
99
def show(expr: Expr[T]): String

0 commit comments

Comments
 (0)