Skip to content

Commit b05103b

Browse files
authored
Fix typo in documentation
1 parent 0540e5e commit b05103b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package scala.quoted
22

3-
/** Excetion thrown when an Expr or Type is used ouside of the scope where it is valid */
3+
/** Exception thrown when an Expr or Type is used ouside of the scope where it is valid */
44
class ScopeException(msg: String) extends Exception(msg)

0 commit comments

Comments
 (0)