Skip to content

Commit

Permalink
Merge pull request scala#12585 from JonasAckermann/patch-1
Browse files Browse the repository at this point in the history
Macros: Fix typo in comment
  • Loading branch information
smarter authored May 25, 2021
2 parents 5a03db7 + 302f70c commit a806a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/scala/quoted/Quotes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import scala.reflect.TypeTest
* Usage:
* ```scala
* def myExpr[T](using Quotes): Expr[T] = {
* import quotes.relect._
* import quotes.reflect._
* ...
* }
* ```
Expand Down

0 comments on commit a806a84

Please sign in to comment.