We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c078225 commit 0acb329Copy full SHA for 0acb329
compiler/src/scala/quoted/runtime/impl/QuoteMatcher.scala
@@ -124,7 +124,7 @@ object QuoteMatcher {
124
125
private def withEnv[T](env: Env)(body: Env ?=> T): T = body(using env)
126
127
- /** Evaluate the the result of pattern matching against a quote pattern.
+ /** Evaluate the result of pattern matching against a quote pattern.
128
* Implementation of the runtime of `QuoteMatching.ExprMatch.unapply`.
129
*/
130
def exprMatch(scrutinee: Tree, pattern: Tree)(using Context): Option[Tuple] = {
0 commit comments