Skip to content

Commit 679670a

Browse files
Update library/src-bootstrapped/scala/quoted/Expr.scala
Co-authored-by: Fengyun Liu <[email protected]>
1 parent 7995134 commit 679670a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src-bootstrapped/scala/quoted/Expr.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ object Expr {
7777
* Otherwise returns `expr`.
7878
*
7979
* 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..
80+
* Some bindings may be elided as an early optimization.
8181
*/
8282
def betaReduce[T](expr: Expr[T])(using qctx: QuoteContext): Expr[T] =
8383
qctx.tasty.Term.betaReduce(expr.unseal) match

0 commit comments

Comments
 (0)