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.
1 parent 0540e5e commit b05103bCopy full SHA for b05103b
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