Skip to content

Commit a806a84

Browse files
authored
Merge pull request #12585 from JonasAckermann/patch-1
Macros: Fix typo in comment
2 parents 5a03db7 + 302f70c commit a806a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/quoted/Quotes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import scala.reflect.TypeTest
88
* Usage:
99
* ```scala
1010
* def myExpr[T](using Quotes): Expr[T] = {
11-
* import quotes.relect._
11+
* import quotes.reflect._
1212
* ...
1313
* }
1414
* ```

0 commit comments

Comments
 (0)