Skip to content

Commit be30a87

Browse files
Update library/src/scala/internal/quoted/PickledExpr.scala
Co-authored-by: Fengyun Liu <[email protected]>
1 parent 12ae63a commit be30a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/internal/quoted/PickledExpr.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package scala.internal.quoted
33
import scala.quoted._
44
import scala.internal.tasty.CompilerInterface.quoteContextWithCompilerInterface
55

6-
/** An Expression that is pickled in a */
6+
/** An expression that is pickled in a quote */
77
trait PickledExpr[+T]:
88
def unpickle(): QuoteContext ?=> Expr[T]
99

0 commit comments

Comments
 (0)