Skip to content

Commit

Permalink
Fix typo (scala#17416)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
nicolasstucki authored May 4, 2023
1 parent d02ecd0 commit 77f5378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/src/scala/quoted/staging/Compiler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Compiler:

/** Create a new instance of the compiler using the the classloader of the application.
*
* Usuage:
* Usage:
* ```
* import scala.quoted.staging._
* given Compiler = Compiler.make(getClass.getClassLoader)
Expand Down

0 comments on commit 77f5378

Please sign in to comment.