Skip to content

Commit

Permalink
Update library/src/scala/quoted/unsafe/UnsafeExpr.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki committed Jan 23, 2020
1 parent 38fd630 commit 762f361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/scala/quoted/unsafe/UnsafeExpr.scala
Expand Up @@ -17,7 +17,7 @@ object UnsafeExpr {
* in this case the undelying argument of `x` will be `bar()`.
*
* Warning: Using the undelying argument directly in the expansion of a macro may
* change the parameter semantics from by-value to by-name.
* change the parameter semantics as by-value parameter could be re-evaluated.
*/
def underlyingArgument[T](expr: Expr[T])(given qctx: QuoteContext): Expr[T] = {
import qctx.tasty.{given, _}
Expand Down

0 comments on commit 762f361

Please sign in to comment.