Skip to content

Commit 6c2b280

Browse files
Update library/src/scala/quoted/Expr.scala
Co-Authored-By: Fengyun Liu <[email protected]>
1 parent 7452bea commit 6c2b280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/quoted/Expr.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Expr[+T] private[scala] {
3939

4040
/** Return the unlifted value of this expression.
4141
*
42-
* Emits an error error and throws if the expression does not contain a value or contains side effects.
42+
* Emits an error and throws if the expression does not contain a value or contains side effects.
4343
* Otherwise returns the value.
4444
*/
4545
final def unliftOrError[U >: T](using qctx: QuoteContext, unlift: Unliftable[U]): U =

0 commit comments

Comments
 (0)