Skip to content

Commit

Permalink
fix typo in SourceInfoTransform.scala (#4594)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emin017 authored Jan 7, 2025
1 parent 69463d8 commit 4177bfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import scala.reflect.macros.blackbox.Context
import scala.reflect.macros.whitebox

/** Transforms a function call so that it can both provide implicit-style source information and
* have a chained apply call. Without macros, only one is possible, since having a implicit
* have a chained apply call. Without macros, only one is possible, since having an implicit
* argument in the definition will cause the compiler to interpret a chained apply as an
* explicit implicit argument and give type errors.
*
Expand Down

0 comments on commit 4177bfa

Please sign in to comment.