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.
2 parents 2c116e3 + b05103b commit 0fef35fCopy full SHA for 0fef35f
library/src/scala/quoted/ScopeException.scala
@@ -1,4 +1,4 @@
1
package scala.quoted
2
3
-/** Excetion thrown when an Expr or Type is used ouside of the scope where it is valid */
+/** Exception thrown when an Expr or Type is used ouside of the scope where it is valid */
4
class ScopeException(msg: String) extends Exception(msg)
0 commit comments