Skip to content

Commit 354a0f1

Browse files
Update library/src-bootstrapped/scala/quoted/Expr.scala
Co-authored-by: Fengyun Liu <[email protected]>
1 parent 78f6ee4 commit 354a0f1

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
@@ -61,7 +61,7 @@ abstract class Expr[+T] private[scala] {
6161

6262
object Expr {
6363

64-
/** `e.betaReduce` returns a option with a expression that is functionally equivalent to `e`,
64+
/** `e.betaReduce` returns an expression that is functionally equivalent to `e`,
6565
* however if `e` is of the form `((y1, ..., yn) => e2)(x1, ..., xn)`
6666
* then it optimizes this the top most call by returning the result of beta-reducing the application.
6767
* Otherwise returns `expr`.

0 commit comments

Comments
 (0)