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 7995134 commit 679670aCopy full SHA for 679670a
library/src-bootstrapped/scala/quoted/Expr.scala
@@ -77,7 +77,7 @@ object Expr {
77
* Otherwise returns `expr`.
78
*
79
* To retain semantics the argument `ei` is bound as `val yi = ei` and by-name arguments to `def yi = ei`.
80
- * Some bindings may be elided as an early optimization..
+ * Some bindings may be elided as an early optimization.
81
*/
82
def betaReduce[T](expr: Expr[T])(using qctx: QuoteContext): Expr[T] =
83
qctx.tasty.Term.betaReduce(expr.unseal) match
0 commit comments