Skip to content

Commit

Permalink
fix typo in SourceInfoTransform.scala (#4594) (#4596)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4177bfa)

Co-authored-by: qiming chu <[email protected]>
  • Loading branch information
mergify[bot] and Emin017 authored Jan 7, 2025
1 parent c1fb8fe commit c2ef214
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 c2ef214

Please sign in to comment.