From c5664fb4c6bbd920e3ef4491d1fd7ddb94c392e2 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Thu, 4 May 2023 17:42:55 +0200 Subject: [PATCH] Fix typo --- staging/src/scala/quoted/staging/Compiler.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/scala/quoted/staging/Compiler.scala b/staging/src/scala/quoted/staging/Compiler.scala index c9abe3fa75c3..fbe6a3915a08 100644 --- a/staging/src/scala/quoted/staging/Compiler.scala +++ b/staging/src/scala/quoted/staging/Compiler.scala @@ -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)