Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e83baff

Browse files
committedJan 12, 2018
Fix typo
1 parent e9eb0ca commit e83baff

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)
Please sign in to comment.