We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7452bea commit 6c2b280Copy full SHA for 6c2b280
library/src/scala/quoted/Expr.scala
@@ -39,7 +39,7 @@ class Expr[+T] private[scala] {
39
40
/** Return the unlifted value of this expression.
41
*
42
- * Emits an error error and throws if the expression does not contain a value or contains side effects.
+ * Emits an error and throws if the expression does not contain a value or contains side effects.
43
* Otherwise returns the value.
44
*/
45
final def unliftOrError[U >: T](using qctx: QuoteContext, unlift: Unliftable[U]): U =
0 commit comments