Skip to content

Commit 0acb329

Browse files
Update compiler/src/scala/quoted/runtime/impl/QuoteMatcher.scala
Co-authored-by: Guillaume Martres <[email protected]>
1 parent c078225 commit 0acb329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/scala/quoted/runtime/impl/QuoteMatcher.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ object QuoteMatcher {
124124

125125
private def withEnv[T](env: Env)(body: Env ?=> T): T = body(using env)
126126

127-
/** Evaluate the the result of pattern matching against a quote pattern.
127+
/** Evaluate the result of pattern matching against a quote pattern.
128128
* Implementation of the runtime of `QuoteMatching.ExprMatch.unapply`.
129129
*/
130130
def exprMatch(scrutinee: Tree, pattern: Tree)(using Context): Option[Tuple] = {

0 commit comments

Comments
 (0)